This is a simple elm 0.19 skeleton application. It includes JSON
server for quick prototyping,
database is at db.json
.
To run it:
bin/setup # One time setup
bin/dev # Start development server/db
Visit http://localhost:8000/
in your browser.
To run tests:
bin/test