- npm install
- elm-package install
Run with elm-reactor and go to http://localhost:8000
- Step 0: Create a basic app - https://github.com/AdrianRibao/elm-spa-example/tree/step0
- Step 1: Create basic navigation - https://github.com/AdrianRibao/elm-spa-example/tree/step1
- Step 2: Navigation with URL changes - https://github.com/AdrianRibao/elm-spa-example/tree/step2
- Step 3: Cleaning up and use UrlParser - https://github.com/AdrianRibao/elm-spa-example/tree/step3
- Step 4: Add a new page with parameters - https://github.com/AdrianRibao/elm-spa-example/tree/step4