An open API service indexing awesome lists of open source software.

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).

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/
```

![tasks.png](tasks.png)