Skip to content

UOSAN/craconweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

618 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Elm 98.3%
  • Other 1.7%