cookiecutter-elm/{{cookiecutter.app_name}}
setop 6a6d612acb working template 2023-07-14 09:47:05 +02:00
..
src working template 2023-07-14 09:47:05 +02:00
.gitignore working template 2023-07-14 09:47:05 +02:00
.tool-versions working template 2023-07-14 09:47:05 +02:00
README.md working template 2023-07-14 09:47:05 +02:00
elm.json working template 2023-07-14 09:47:05 +02:00

README.md

A simple Elm app

Basic Elm code lives in src/Main.elm and relies on the [elm/html][html] library.

Build Instructions

Run the following command from the root of this project:

elm make src/Main.elm --output index.html

Open index.html in your browser.

Start a development server

Run the following command from the root of this project:

elm reactor

Visit http://localhost:8000 to see your project dashboard.