An open API service indexing awesome lists of open source software.

https://github.com/lukasturcani/elm-playground

Basic examples and experiments in Elm.
https://github.com/lukasturcani/elm-playground

Last synced: 3 months ago
JSON representation

Basic examples and experiments in Elm.

Awesome Lists containing this project

README

          

Elm Playground
==============

Just some basic examples and experiments in Elm.

Development environment
-----------------------

To create a development environment, run:

.. code-block:: sh

npm install

To set up live reloading, run:

.. code-block:: sh

npm run elm-live -- src/HelloWorld.elm

Instead of ``src/HelloWorld.elm`` you can pass in any Elm module which
has a ``main``.