szabba / elm-jug-demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm JUG Demos (2018-03-28)

This is a series of demos for the upcoming Zielona Góra Java User Group meeting about Elm.

You can also go see the slides.

Seeing the demos with yarn

$ yarn install
$ yarn run elm:install
$ yarn run elm:compile
$ yarn start

and visit http://localhost:8000/index.html.

Seeing the demos with npm

$ npm install
$ npm run elm:install
$ npm run elm:compile
$ npm start

and visit http://localhost:8000/index.html.

About

License:MIT License


Languages

Language:Elm 85.9%Language:HTML 14.1%