Skip to content

Node JS

kitiya edited this page Mar 10, 2020 · 7 revisions

Overview

npm init -y

nodemon

Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development.

npm install nodemon --save

Express.js

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

npm install express

Clone this wiki locally