Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 394 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 394 Bytes

TODO List

This is a simple todo list app built with:

  • Vue 3
  • TypeScript
  • Vite
  • Vue router
  • Pinia
  • Eslint
  • Vitest

Development (node >=v14)

FIRST OF ALL: On root, copy db.base.json and rename db.json

  1. Install dependencies
npm install
  1. Start Fake REST API
npx json-server --watch db.json --port 3100 --delay 200
  1. Run vite
npm run dev