Simple Twitter clone to demo building single-page frontend applications with Elm 0.19 and elm-spa.
Ensure the following software is installed:
All commands below assume elm-spa
has been installed globally, using:
npm install --location=global elm elm-spa
elm-spa server # starts this app at http://localhost:1234
elm-spa add # add a new page to the application
elm-spa build # production build
elm-spa watch # runs build as you code (without the server)