jwmerrill / elm-html

Use HTML in Elm!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML in Elm

Blazing fast HTML and all of the benefits of Elm.

Read more about how this library works and how to use it in this post.

Get Started

Once you have the Elm Platform, use [elm-package][package] to download elm-html. The commands would be something like this:

mkdir myProject
cd myProject
elm-package install evancz/elm-html

After that you will be able to use anything described in the documentation.

Another way to get started is to fork the elm-todomvc project and work from there. This will also give you a reasonable architecture for your project.

Example

Try out TodoMVC written in Elm and check out the source code.

Live Demo

For information on architecting larger projects, see this document.

Performance

The benchmarks show that elm-html is really fast when compared to other popular alternatives.

About

Use HTML in Elm!

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 100.0%