Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 951 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 951 Bytes

Html to Elmish Build Status

As an OpenSource maintainer, my time is limited for this reason, this project is now consider completed. Only bugs will now be fixed

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.