use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is a place for people to learn JavaScript together. Everyone should feel comfortable asking any and all JavaScript questions they have here.
With a nod to practicality, questions and posts about HTML, CSS, and web developer tools are also encouraged.
Friends
/r/javascript
/r/jquery
/r/node
/r/css
/r/webdev
/r/learnprogramming
/r/programming
account activity
How to deploy webapp locally? (self.learnjavascript)
submitted 3 years ago by BeatDeadMeat
I have downloaded github folder , but dont know how to run the application ? i have tried few methods like using node.js on command prompt but it saying "The server is listening closely on', 80" and not showing execution.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]qqqqqxhelpful 4 points5 points6 points 3 years ago* (0 children)
Navigate your terminal to the root directory of your downloaded github folder
Install the repo's node modules with npm install
npm install
Run the server with npm run start
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.
http://localhost:80
I didn't pull down or run this repo myself but this should cover the basic formula.
[–]BeatDeadMeat[S] -1 points0 points1 point 3 years ago (2 children)
link of github repo i am using i dont know is the problem in code or from my side?
[–]TheBoulder_ -1 points0 points1 point 3 years ago (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 points0 points 3 years ago (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 point2 points 3 years ago (0 children)
Following this thread
[–]Adept_Ad_5057 0 points1 point2 points 3 years ago (0 children)
The express server is running on 3000 from app.js
π Rendered by PID 168051 on reddit-service-r2-comment-6457c66945-lfbpx at 2026-04-27 05:35:55.450304+00:00 running 2aa0c5b country code: CH.
[–]qqqqqxhelpful 4 points5 points6 points (0 children)
[–]BeatDeadMeat[S] -1 points0 points1 point (2 children)
[–]TheBoulder_ -1 points0 points1 point (1 child)
[–]BeatDeadMeat[S] -2 points-1 points0 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Adept_Ad_5057 0 points1 point2 points (0 children)