Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanlatorre/svelte-typescript-tailwindcss
Svelte + Typescript + Tailwindcss template.
https://github.com/juanlatorre/svelte-typescript-tailwindcss
rollup svelte tailwindcss typescript
Last synced: 9 days ago
JSON representation
Svelte + Typescript + Tailwindcss template.
- Host: GitHub
- URL: https://github.com/juanlatorre/svelte-typescript-tailwindcss
- Owner: juanlatorre
- License: mit
- Archived: true
- Created: 2020-03-22T13:03:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T14:47:17.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:32:11.875Z (3 months ago)
- Topics: rollup, svelte, tailwindcss, typescript
- Language: JavaScript
- Size: 312 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte + Typescript + Tailwindcss
This is a project template, feel free to use it to start a new project.
To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):
```bash
npx degit juanlatorre/svelte-typescript-tailwindcss svelte-app
cd svelte-app
npm install
npm run dev
```