This project is a simple todo-app
made to practice testing. Project utilizes vite
, vitest
and react-testing-library
.
We assume that you have installed:
node
v14+npm
oryarn
If you want to start application simply run those commands in your terminal.
- install dependencies
npm install
- run dev server
npm run dev
- build
npm run build
- test
npm run test
- preview (no config provided yet)
npm run preview