Skip to content

ElixirCL/gleam-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-stack Gleam guide: web, desktop, and mobile

A practical guide to building full-stack apps with Gleam — covering a JSON HTTP API, a browser frontend, and desktop and mobile apps for iOS and Android, all sharing types and validation logic written once.

The guide walks through building Doable, a task manager, from scratch using Wisp, Mist, PostgreSQL, Lustre, and Tauri.

Read it online at lukwol.github.io/gleam-guide.

Local development

Install dependencies and start the dev server:

bun install
bun run docs:dev

Build the static site:

bun run docs:build

Preview the built site:

bun run docs:preview

Project structure

  • docs/ — guide content (Markdown)
  • docs/.vitepress/config.mjs — VitePress configuration

License

See LICENSE.

About

A guide to building Gleam apps for web, mobile, and desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors