A little repo I can use to help my kids learn how to write software
To install required dependencies, run npm i
from this directory after cloning it
A lot of the lessons are taught using the Jest testing framework. Tests can be run in two modes
- Run once:
npm test
- Run in
watch
mode:npm run test:watch