This is a simple todo list app built with:
- Vue 3
- TypeScript
- Vite
- Vue router
- Pinia
- Eslint
- Vitest
FIRST OF ALL: On root, copy db.base.json and rename db.json
- Install dependencies
npm install
- Start Fake REST API
npx json-server --watch db.json --port 3100 --delay 200
- Run vite
npm run dev