/color-picker

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Boilerplate for Tauri with Svelte. Comes with a script to configure typescript.

Create A Tauri + Svelte App

  1. Create a new Tauri + Svelte project using
  npx degit KlassyKat/svelte-tauri svelte-tauri
  cd svelte-tauri
  1. Edit the config.json and src-tauri/tauri.config.json files to configure your app.

Development

Install the dependencies and start your Svelte development server:

cd svelte-tauri
npm run dev

In another console, start the Tauri development environment:

cd svelte-tauri
npm run tauri dev

You should see your Tauri app window display the Svelte "Hello World" app. This will take a while to happen the first time you do this, while dependencies are downloaded and built.