gbih / html-to-elmish

Home Page:https://mangelmaxime.github.io/html-to-elmish/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://mangelmaxime.github.io/html-to-elmish/

License:MIT License


Languages

Language:F# 82.7%Language:JavaScript 14.5%Language:SCSS 1.4%Language:HTML 0.9%Language:Shell 0.4%Language:Batchfile 0.1%