This boilerplate can be used to aproach the CodeJam challenges using NodeJS
- Out-of-the-box runner (rollup) that compiles the code for you
- Test library (jest) that allows you to test your code
- Configurable Read system that allows to read the different cases from an input
- Solve your case in
solveCase.js
(you can set the number of lines per case insidereadCase.js
- Configure some test in
solveCase.test.js
and runnpm run test
- Run
npm run build
- Upload
build/build.js
to the CodeJam editor.