Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.18 KB

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.