Use Tauri to build desktop apps with Elm and Tailwind CSS!
Uses elm-watch for hot reloading and bundling.
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.
- @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.