I forked the FreeCodeCamp boilerplate-npm GitHub repository and added the author key in the package.json file, but when I upload it, the URL appears as shown in the image.
I updated the package.json file by adding the author’s name. Then, I started the server locally using the command prompt and submitted the URL http://localhost:3000 still not working
I started the server using a GitHub repository in the command prompt by running the following commands:
git clone GitHub - alensharhan/boilerplate-npm: A boilerplate for the freeCodeCamp curriculum.
cd boilerplate-npm
npm install
npm start
After starting the server, I copied and pasted the URL into the browser to open the webpage and then submitted it on FreeCodeCamp.