mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 03:12:01 +03:00
c7f7c4d5a9
Plus I added a little hint for beginners (concrete vs unbound type variables confused me when I looked at elm-spa the first time) |
||
---|---|---|
.. | ||
public | ||
scripts | ||
src | ||
elm.json | ||
netlify.toml | ||
README.md |
elm-spa.dev
🌳 built with elm-spa
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