Example Elm demo apps to complement future Elm blog posts
This repo contains example Elm apps to complement future blog posts on Elm.
You can run individual demos by going into the appropriate directory and
following the instructions in the README there. Demos are contained in the
folders that start with a number like 01-counter/
.
Follow these instructions to run all the demos in a single-page app.
Install the dependencies with yarn:
$ yarn
Or npm:
$ npm install
To run the development server, run the below command and go to
http://localhost:3000 in your browser.
$ npm run dev