Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
This repo aim to be future-proof and use well-supported proven technology to learn and keep my stack up to date. The stack I have chosen should reflect this.
- npm
- Modern Web
- Mocha
- Chai
- ESLint
- prettier
- ES modules
- Lots and lots of tests
- Install dependencies
npm install
- Run test
npm test
or npm run test:wacth