Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sal-versij/vite-tauri-svelte-tailwind
- Owner: sal-versij
- Created: 2022-03-24T11:19:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T01:22:09.000Z (over 1 year ago)
- Last Synced: 2024-09-23T14:33:28.590Z (about 2 months ago)
- Topics: svelte, svelte3, sveltejs, tailwind, tailwind-css, tailwindcss, tauri, tauri-app, template, vite, vite2, vitejs
- Language: JavaScript
- Homepage:
- Size: 1.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```