A simple todo app built with the latest tech
Development
$ yarn
$ yarn start
Building for production
$ yarn
$ yarn build
Running test
$ yarn
$ yarn test
- Add tests with mocha
- Add istanbul
- Add persistence local storage
- Add option to just show active items and not the completed items
Run npm ls
to check if your project's inter-dependent packages are version compatible.