Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 596 Bytes

clean-as-app

A starter app with Purescript + Halogen + Bulma + Nix + Flake

It uses Purescript realworld application as the starter.

Once you've got Nix and Flake setup locally,

  • Enter development environment with nix develop
  • Bundle the app with nix run .#bundle
  • Serve the app locally with nix run .#serve