/elm-template

A skeleton elm 0.19 template

Primary LanguageElm

elm-template

This is a simple elm 0.19 skeleton application. It includes JSON server for quick prototyping, database is at db.json.

To setup:

# first, install yarn
# then, install our node.js dependencies with:
yarn install

To run it:

yarn dev   # Start development server/db

Visit http://localhost:8000/ in your browser.

To run tests:

yarn test