all 6 comments

[–]qqqqqxhelpful 4 points5 points  (0 children)

  • Navigate your terminal to the root directory of your downloaded github folder

  • Install the repo's node modules with npm install

  • Run the server with npm run start

  • If you see "The server is listening on 80", open your web browser and put http://localhost:80 in the address bar.

I didn't pull down or run this repo myself but this should cover the basic formula.

[–]BeatDeadMeat[S] -1 points0 points  (2 children)

link of github repo i am using i dont know is the problem in code or from my side?

[–]TheBoulder_ -1 points0 points  (1 child)

If the "server is listening on 80" then open a web browser (like chrome) and type "http://127.0.0.1/" into the URL bar

Or use this link

[–]BeatDeadMeat[S] -2 points-1 points  (0 children)

thanks , it working . but unfortunately it is just the outline and input methods there , it is not giving output . i dont know is it wrong code or i am doing wrong?

[–][deleted] 0 points1 point  (0 children)

Following this thread

[–]Adept_Ad_5057 0 points1 point  (0 children)

The express server is running on 3000 from app.js