Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 201 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 201 Bytes

Install dependencies

npm i

List of dependencies

npm i express body-parser npm i -D nodemon

To start the server

npm run start

package.json scripts

"start": "nodemon server/index.js"