elm-spa/docs
Ryan Haskell-Glatz 3e068adfce
Merge pull request #67 from erlandsona/master
Sorry if this is super boring but hoping it's helpful.
2021-02-09 19:32:09 -06:00
..
public Update guide.md 2021-02-09 18:01:04 -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