-
Notifications
You must be signed in to change notification settings - Fork 0
Node JS
kitiya edited this page Mar 10, 2020
·
7 revisions
npm init -y
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 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