Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 766 Bytes

File metadata and controls

19 lines (14 loc) · 766 Bytes

Crave Control Frontend

Prerequisites

Elm

How to build

  • cd src/
  • elm make Main.elm --output ../public/js/app.js --debug

How to run in development mode

Another option is to use elm-live as a dev server with live reload.

  • From the src directory, run elm-live Main.elm --open --pushstate --dir=../public -- --output=../public/js/app.js --debug
  • Visit http://localhost:8000 in your browser