This is a learning project, implementing an app where users can create lists of task items.
- Test-driven development (TDD)
- Unit tests with vitest
- E2E tests (framework not yet decided)
- Redux
To run the project, run this to install packages
npm installTo run the development environment, run this:
npm run devThe project is implemented using a TDD approach.
The unit testing library is vitest.
To run the unit tests, run:
npm run testError seeding: what methods, where does it fit in the test-driven development?