elm-spa/docs
2021-02-15 12:57:28 -06:00
..
public correct typo in docs 2021-02-15 12:57:28 -06:00
scripts move over from private repo 2021-01-15 21:39:37 -06:00
src fix highlighting, add a bunch of docs 2021-02-09 01:20:05 -06:00
elm.json move over from private repo 2021-01-15 21:39:37 -06:00
netlify.toml Update netlify.toml 2021-02-09 14:29:39 -06: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