An Elm Front End for the Mula app
- Clone the application using
git clone
- Install js dependencies using
yarn install
- Install elm dependencies using
elm-package install
- Build the application using
yarn build
- Start the application using
yarn client
you should have the application running on http://localhost:3000