- Clone project and run the command
npm i.
- You can run the command
npm run devto start a babel-node server using nodemon. Browser access is athttp://localhost:3000/.
- Compile with babel using the command
npm run build. The compiled files will be in the/serverdirectory.
- You can run automated tests using Mocha and Chai with
npm test.
- The compiled project can be run with the command
npm start.