https://github.com/rsachdeva/todo-staticweb-sveltejs-tailwind-ts
Todo App with SvelteJS, Tailwind and TypeScript (TS).
https://github.com/rsachdeva/todo-staticweb-sveltejs-tailwind-ts
javascript svelte svelte3 sveltejs tailwindcss typescript
Last synced: about 1 month ago
JSON representation
Todo App with SvelteJS, Tailwind and TypeScript (TS).
- Host: GitHub
- URL: https://github.com/rsachdeva/todo-staticweb-sveltejs-tailwind-ts
- Owner: rsachdeva
- License: mit
- Created: 2021-01-26T20:35:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T20:36:53.000Z (over 5 years ago)
- Last Synced: 2025-10-08T12:02:39.251Z (8 months ago)
- Topics: javascript, svelte, svelte3, sveltejs, tailwindcss, typescript
- Language: Svelte
- Homepage:
- Size: 384 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```shell
npm run build
```
For dev:
```shell
npm run dev
```
For prod:
```shell
npm run build
npm run start
```
Visit
```
http://localhost:5000/
```
