Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 235 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 235 Bytes

to clone the repository

git clone

to install the dependencies

npm install

to run the project

node index.js

you can also use nodemon to run the project

nodemon index.js