Skip to content
/ tauri-elm-app Public template

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

Notifications You must be signed in to change notification settings

Airsequel/tauri-elm-app

Repository files navigation

Icon Tauri Elm App

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

Uses elm-watch for hot reloading and bundling.

Screenshot

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.