DEV Community

Discussion on: Making your first express js server (with explanation)

Collapse
 
therickedge profile image
Rithik Samanthula

Awesome Article! Really informative

Bonus: Why don't you learn about nodemon. Nodemon is an npm package that auto starts the localhost server when you save the server.js file.

Collapse
 
codewithashish profile image
code-withAshish

Yeah i know about nodemon and i personally use it also but it was a basic starting guide so i wanted to keep things plain and simple... well i have used nodemon in my next article coming up soon.
Thank You : )