carolineartz / elm-template

A skeleton elm 0.19 template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A skeleton elm 0.19 template


Languages

Language:Elm 100.0%