- To install dependencies
npm install
- To run with nodemon:
npm run dev
- To run the tests:
npm test
- To run the tests with coverage:
npm test -- --coverage --coverageDirectory=coverage/jest --watchAll=false [dir[file]]
Follow the links to explore each learning topic