A starter project for coding kata in Node.js.
Minimal Node.js Starter for coding katas.
- Jest for testing
- Babel to enable nice things like
import
in Node
Before starting to code, don't forget to install all dependencies.
yarn
Run all tests once:
yarn test