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.
- Host: GitHub
- URL: https://github.com/lukasturcani/elm-playground
- Owner: lukasturcani
- Created: 2022-04-28T20:03:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T22:20:29.000Z (over 3 years ago)
- Last Synced: 2025-06-21T06:38:50.129Z (4 months ago)
- Language: Elm
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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``.