tauri-elm-app

A template for building desktop apps with Tauri, Elm, and Tailwind CSS.

Stars
23

Icon Tauri Elm App

Use Tauri to build desktop apps with Elm and Tailwind CSS!

Uses elm-watch for hot reloading and bundling.

Local Development

Prerequisites:

You can then use following command to start up the elm-watch and the Tauri dev-server:

make dev

Check out the Makefile for all available commands.

Related

  • @elm-land/tauri - Template for using Elm Land
    to build desktop apps with Tauri.
  • Conduct - Haskell package that provides an Elm like UI library for Tauri.
  • ElmTauriGUI - Connect to the file system via lobanov/elm-taskport.
  • tauri-elm-counter - Tauri + Elm based counter example
    using Tauri's Rust backend.