Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sal-versij/vite-tauri-svelte-tailwind

This template contains all the necessary files to get a new project up and running with Tauri, Svelte, Vite and TailwindCSS
https://github.com/sal-versij/vite-tauri-svelte-tailwind

svelte svelte3 sveltejs tailwind tailwind-css tailwindcss tauri tauri-app template vite vite2 vitejs

Last synced: 28 days ago
JSON representation

This template contains all the necessary files to get a new project up and running with Tauri, Svelte, Vite and TailwindCSS

Awesome Lists containing this project

README

        

# Tauri + Svelte + TailwindCSS + Vite

This template contains all the necessary files to get a new project up and running with Tauri, Svelte, Vite and
TailwindCSS.

## How to use

To run local development server, run:

```
npm run local-dev
```

To run development build, run:

```
npm run dev
```

To build the app for production, run:

```
npm run build
```