项目作者: jfairbank

项目描述 :
Example Elm demo apps to complement future Elm blog posts
高级语言: Elm
项目地址: git://github.com/jfairbank/elm-demos.git
创建时间: 2017-01-18T19:33:16Z
项目社区:https://github.com/jfairbank/elm-demos

开源协议:MIT License

下载


Elm Demos

This repo contains example Elm apps to complement future blog posts on Elm.

Individual Apps

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/.

All Apps

Follow these instructions to run all the demos in a single-page app.

Installation

Install the dependencies with yarn:

  1. $ yarn

Or npm:

  1. $ npm install

Running

To run the development server, run the below command and go to
http://localhost:3000 in your browser.

  1. $ npm run dev