Express js installation

Express.js tutorial provides basic and advanced concepts of Express.js. Our Express.js tutorial is designed for beginners and professionals both. Express.js is a web framework for Node.js. It is a fast, robust and asynchronous in nature.

=> npm init
=> npm i express --save
=> npm install -g nodemon
=> node index.js or nodemon index.js

 

Leave a Reply