NathanKleekamp / Minimal-Elm-Routing-Example

A minimal Elm routing example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Elm Routing

Instructions

The first thing you'll need to do is install elm and elm-live with npm:

$ npm install

Kick off the elm-live npm script:

$ npm run elm-live

This should automatically open the index.html file in your default browser.

About

A minimal Elm routing example


Languages

Language:Elm 100.0%