This repository implements a basic single page web app using the Elm Navigation package.
To use this repository, you should follow these steps.
-
npm install -g elm
-
npm install -g elm-live
-
npm install
-
npm run watch
The watch step will run the elm-live build process and launch the browser. Future code changes will automatically trigger a rebuild and the browser will live reload with your changes.