Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 378 Bytes

File metadata and controls

16 lines (11 loc) · 378 Bytes

LearnNodeJs

Hits

Starting the project

npm init

Using Nodemon

npm install -g nodemon
npx nodemon app.js