/tauri-elm

An exploration of using Elm with Tauri to create a Desktop application

Primary LanguageCSS

Elm + Tauri

An exploration of using Elm with Tauri to create a Desktop application.

Getting Started

Install Prerequisites for Tauri

  1. Clone repo - git clone https://github.com/shahnhogan/tauri-elm.git
  2. Install packages - npm install
  3. Compile with Hot Reloading and serve - npm run watch && npm run serve
  4. Start dev instance of Desktop App - npm run tauri:dev

Special thanks to @jxxcarlson for a great getting started blog post