elm-spa/examples/03-user-auth
2021-03-04 09:00:12 -06:00
..
public update examples for 6.0.7--beta 2021-02-15 14:21:37 -06:00
src/Pages update examples for 6.0.7--beta 2021-02-15 14:21:37 -06:00
.gitignore update examples for 6.0.7--beta 2021-02-15 14:21:37 -06:00
elm.json update protected page api 2021-03-04 09:00:12 -06:00
README.md update examples for 6.0.7--beta 2021-02-15 14:21:37 -06:00

my new project

🌳 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