elm-spa/docs
2021-07-27 00:13:00 +02:00
..
public Fix typo 2021-07-27 00:13:00 +02:00
scripts make pretty 2021-04-25 16:01:23 -05:00
src jeroen is a hero 2021-04-27 03:59:47 -05:00
elm.json Update elm.json 2021-04-27 09:51:50 -05:00
netlify.toml Update netlify.toml 2021-04-27 10:19:05 -05:00
README.md Update README.md 2021-01-15 21:44:10 -06:00

elm-spa.dev

🌳 built with elm-spa

Screenshot of the site

dependencies

This project requires the latest LTS version of Node.js

npm install -g elm-spa

running locally

elm-spa server  # starts this app at http:/localhost:1234

other commands

elm-spa add    # add a new page to the application
elm-spa build  # one-time production build
elm-spa watch  # builds code as you go (without the server)

learn more

You can learn more at elm-spa.dev