Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 361 Bytes

File metadata and controls

35 lines (25 loc) · 361 Bytes

todo-staticweb-sveltejs-tailwind-ts

Todo App with SvelteJS, Tailwind and TypeScript (TS).

This project is added here for Demo.

Initially do:

npm install

For build only:

npm run build

For dev:

npm run dev

For prod:

npm run build
npm run start

Visit

http://localhost:5000/

tasks.png