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.