Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airsequel/tauri-elm-app
A template for building desktop apps with Tauri, Elm, and Tailwind CSS.
https://github.com/airsequel/tauri-elm-app
desktop-app elm elm-lang tauri
Last synced: 3 months ago
JSON representation
A template for building desktop apps with Tauri, Elm, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/airsequel/tauri-elm-app
- Owner: Airsequel
- Created: 2023-11-15T21:21:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T11:43:13.000Z (12 months ago)
- Last Synced: 2024-10-12T20:02:14.429Z (3 months ago)
- Topics: desktop-app, elm, elm-lang, tauri
- Language: Elm
- Homepage:
- Size: 872 KB
- Stars: 23
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![Icon](src-tauri/icons/32x32.png) Tauri Elm App
Use [Tauri](https://tauri.app)
to build desktop apps with [Elm](https://elm-lang.org/)
and [Tailwind CSS](https://tailwindcss.com/)!Uses [elm-watch](https://lydell.github.io/elm-watch/)
for hot reloading and bundling.![Screenshot](screenshot.png)
## Local Development
Prerequisites:
- [Install Bun](https://bun.sh/docs/installation)
- [Install Rust](https://www.rust-lang.org/learn/get-started#installing-rust)You can then use following command
to start up the elm-watch and the Tauri dev-server:```sh
make dev
```Check out the [Makefile](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.[@elm-land/tauri]: https://github.com/elm-land/tauri
[Conduct]: https://github.com/matthunz/conduct
[ElmTauriGUI]: https://github.com/Andrew-Clow/ElmTauriGUI
[tauri-elm-counter]: https://github.com/eaon/tauri-elm-counter