mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-21 16:04:38 +03:00
.. | ||
public | ||
src | ||
.gitignore | ||
elm.json | ||
README.md |
examples/02-pages
🌳 built with elm-spa
dependencies
This project requires the latest LTS version of Node.js
npm install -g elm 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 # production build
elm-spa watch # runs build as you code (without the server)
learn more
You can learn more at elm-spa.dev