Svelte Todo App
To run this:
npm install
npm run dev
- browse localhost:5000
To run ESLint:
npm run lint
To run Prettier:
npm run format
To run unit tests:
npm test
To run end-to-end tests:
npm run cy:run
a simple Svelte-based todo app
To run this:
npm install
npm run dev
To run ESLint:
npm run lint
To run Prettier:
npm run format
To run unit tests:
npm test
To run end-to-end tests:
npm run cy:run
a simple Svelte-based todo app
MIT License