elm-spa-boilerplate

A simple, no-frills boilerplate for creating delightful Single Page Applications (SPAs) in Elm. Everything you need to get started with no extra clutter. Just clone, compile, and get right to coding!
Some highlights of this boilerplate:
Here's some links to try out the client-side routing. Be sure to try using your browser's Back and Forward buttons, and refresh the page anytime!
You can handle 404 errors however you'd like - for example, rendering a static page, or routing to the home page. I chose to show a static 404 page - Here's a bunch of links that route there:
The required ports, decoder and JS handlers for using localStorage is initalized for you. Check it out:
Current value in localStorage is: Nothing