elm-spa/examples/06-testing
2021-04-27 03:23:39 -05:00
..
public add elm-program-test example 2021-04-24 15:00:41 -05:00
src add elm-program-test example 2021-04-24 15:00:41 -05:00
tests add elm-program-test example 2021-04-24 15:00:41 -05:00
.gitignore add elm-program-test example 2021-04-24 15:00:41 -05:00
elm.json use package in examples 2021-04-27 03:23:39 -05:00
README.md Update README.md 2021-04-24 15:06:17 -05:00

examples/06-testing

🌳 built with elm-spa

dependencies

This project requires the latest LTS version of Node.js

npm install -g elm elm-spa elm-test

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)
elm-test       # run unit tests

learn more

You can learn more at elm-spa.dev