elm-spa icon indicating copy to clipboard operation
elm-spa copied to clipboard

Sample Single Page Web App in Elm

Elm Single Page Web App

This repository implements a basic single page web app using the Elm Navigation package.

To use this repository, you should follow these steps.

  1. npm install -g elm

  2. npm install -g elm-live

  3. npm install

  4. 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.