Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pleahmacaka/tauri-svelte-template

Tauri + Svelte + SASS/SCSS + Tailwind CSS + Prettier + ESLint + GitHub Actions
https://github.com/pleahmacaka/tauri-svelte-template

auto-publish cicd publish svelte svelte-sass svelte-scss svelte-tauri svelte-tauri-boilerplate svelte-tauri-template tauri tauri-app tauri-svelte-boilerplate tauri-svelte-template

Last synced: 26 days ago
JSON representation

Tauri + Svelte + SASS/SCSS + Tailwind CSS + Prettier + ESLint + GitHub Actions

Awesome Lists containing this project

README

        

# Tauri Svelte Template

- **Tauri** - w/ Svelte
- **Tailwind CSS** and **SASS/SCSS** by default
- **ESLint** and **Prettier** is ready
- with [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte)
and [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte)
- **GitHub Actions** for build / eslint / prettier check and tag-based auto release

## Development

```bash
pnpm install # npm/yarn whatever
pnpm tauri dev
```