Node JS app template for solving codility programming problems. Uses yarn v3.2
Uses Mocha, Sinon, Chai.
yarn test
Use this as reference to update cookie cutter. Use the cookie cutter version to create an actual project.
- nodemon has to be globally installed for the npm-watch to work. Install by:
sudo npm install -g nodemon