davidpelaez/elm-scenic

Experimental package of common layouts & animations wrapping Program


Install
elm-package install davidpelaez/elm-scenic 1.0.1

Documentation

Payments Front

Running the project

You'll need to install all npm dependencies first:

yarn install

Compile & run with:

yarn run dev

Compiling SASS

You'll need node-sass package installed globally:

yarn add global node-sass

Compile & run with:

./compile.sh

Getting started

You need to have Elm 0.18 installed on your machine.

Compile this project with:

elm make src/Main.elm

Then view it:

elm reactor