Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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