- First download the project:
git clone https://github.com/Vitormdias/node-starter.git
cd Node-Starter
- If you don't have Node installed yet (Node Installation Guide), if you have it
npm install
-
The scripts are:
- Run the project
npm run dev
- Run the tests:
npm run test