Help starting back end

Tell us what’s happening:
I don’t understand how to do this from github. I cloned the repo but what exactly am I supposed to be linking?

Challenge: Add a Description to Your package.json

Link to the challenge:

If you clone the project from GitHub, this means you will need to run a server locally like http-server. When you start up the server, it will tell you the url you can specify as the url for the solution. The url will be something like http://localhost:8080 or 127.0.0.1:8080

You could alternatively deploy the code to an external webserver with its own domain that could be use for the url, but that would be a lot of trouble just for these challenges. Now when it comes to the certification projects, you will not be able to submit a local web server url.

1 Like