Apply for Zend Framework Certification Training

NodeJs



< Create server in nodeJs using express Create route for an api in nodejs using expressjs >



Step - 1
 
npm i nodemon 
Edit your Package.json file:- 
set start to nodemon: 
"scripts": {  "test": "echo \"Error: no test specified\" && exit 1",  
"start": "nodemon index.js"  
Run npm start to try the server

< Create server in nodeJs using express Create route for an api in nodejs using expressjs >



Ask a question



  • Question:
    {{questionlistdata.blog_question_description}}
    • Answer:
      {{answer.blog_answer_description  }}
    Replay to Question


Back to Top