Skip to content

Booksbaum/html-to-elmish

 
 

Repository files navigation

Html to Elmish Build Status

How to build ?

./fake.sh run build.fsx

The file needed to host the WebApp are in ./src/WebApp/output folder.

How to debug the WebApp ?

./fake.sh run build.fsx -t Watch

Browser to http://localhost:8080, the changes are applies directly to your application on save.

How run the HtmlConverter tests ?

./fake.sh run build.fsx -t RunLiveTests

Browser to http://localhost:8080, you browser is reload each time you modify HtmlConverter or the tests.

Releases

No releases published

Packages

No packages published

Languages

  • F# 82.8%
  • JavaScript 14.3%
  • SCSS 1.5%
  • Other 1.4%