This application was built with
- Lamdera, a delightful platform for full-stack web apps
- elm-spa, a friendly tool for building SPAs with Elm!
- halfmoon, a responsive front-end CSS framework
Check out the the source code to get a feel for the project structure!
Clone the project.
in the project directory run:
lamdera reset
to setup lamdera. Then run:
npm install
npm start
This will cause elm-spa to rebuild it's generated code when pages are added or updated and start the local lamdera server and make the app available in your browser.
Note: the .elm-spa
folder needs to be committed to successfully deploy, as
Lamdera doesn't run elm-spa build commands.
See Getting Started if you're new to Lamdera.