/elm-jug-demos

Primary LanguageElmMIT LicenseMIT

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.