Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 208 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 208 Bytes

nodejs-template

Node.js template.

To run this template make sure you have installed Node.js on your computer.

npm install
npm start 

If you want to run the app using nodemon:

npm run dev