This started as set of sample apps illustrating how to configure Gleam + Lustre + Vite + Vite-Gleam + Tauri apps. However, it has grown into a hodpodge of sample apps showing all the really interesting bits I need to build commercial apps using gleam.
brew install mise
mise install
cd simple
pnpm install
pnpm tauri dev
Instructions/example in ./simple.
More involved example than simple in ./fancy that uses TailWind CSS.
More involved example than fancy in ./fancier that uses Pico CSS.
How to use leafletjs.
How to use mapblibre-gl... but something is broken here.
How to upload files to a webserver using mist.
How to use the cron library.