rastreus / tauri-fable-elmish

Tauri + Fable (React) + Elmish Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tauri + Fable (React) + Elmish

Tauri Fable Elmish Tauri Fable Elmish

This template should help get you started developing with Tauri and Fable (React) in Vite.

This template adds Elmish to the tauri-fable template.

To learn more about the structure of Elmish within this template see elmish-store and its introductory article titled "Optimizing F# and React Integration with Elmish Store: A Guide to Efficient State Management" (link).

Recommended IDE Setup

Dependencies

Development

  • Install .NET dependencies:
    • dotnet tool restore
    • dotnet paket install
  • Install JavaScript dependencies:
    • corepack enable
    • corepack use pnpm@latest
    • pnpm install
  • Build: dotnet build src/Src.fsproj
  • Dev: pnpm tauri dev

About

Tauri + Fable (React) + Elmish Template

License:MIT License


Languages

Language:F# 77.1%Language:CSS 11.6%Language:JavaScript 4.5%Language:Rust 3.8%Language:HTML 3.0%