A starter project for the Core program final project:
https://hub.hackyourfuture.nl/core-program-week-14
- Clone the repository
- Run
npm installto install dependencies - Run
npm startto run the application
- Run
npm run lintto check for linting errors - Run
npm run formatto format the code with Prettier
Run npm test to run the tests