elm-spa/examples/02-pages
2024-03-12 18:38:02 -05:00
..
public add first two examples 2021-03-15 20:29:52 -05:00
src add examples, update images 2021-04-26 23:51:29 -05:00
.gitignore update examples for 6.0.7--beta 2021-02-15 14:21:37 -06:00
elm.json Update elm package dependency in NPM package 2024-03-12 18:38:02 -05:00
README.md Update README.md 2021-04-24 15:04:45 -05:00

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