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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77bbbe0 · Feb 5, 2024

History

13 Commits
Nov 17, 2023
Nov 16, 2023
Nov 17, 2023
Nov 16, 2023
Nov 16, 2023
Feb 5, 2024
Nov 16, 2023
Nov 16, 2023
Nov 16, 2023
Nov 17, 2023
Nov 17, 2023
Nov 16, 2023

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.