A frontend for Mantl UI.
It looks a bit like this:
Table of Contents
- Install Elm
- Install Elm dependencies:
elm package install
- Install Node dependencies:
npm install
- Install netpbm:
brew install netpbm
(on a Mac) - Install Brunch globally:
npm install -g brunch
- Run
brunch watch --server
to continuously compile - View the app at localhost:3333
To run the tests, run elm reactor
and then open
localhost:8000/app/Test.elm
- Make sure jpegtran and optipng are installed (
brew install jpeg optipng
) - Remove development artifacts:
rm -rf public
- Create production artifacts:
brunch build --production