obtuseio / html2elm

HTML to Elm code converter using the browser’s native DOM parser.
https://html2elm.obtuse.io
8 stars 0 forks source link

html2elm.obtuse.io

This is the source code for https://html2elm.obtuse.io.

Developing

You'll need Node.js and Yarn installed.

$ yarn install
$ yarn start

This will start a local server at http://localhost:4000.

Building

You'll need Node.js and Yarn installed.

$ yarn install
$ yarn build

The generated files should now be in dist/.