Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 512 Bytes

Elm Sample App

This is a sample elm web app with google material design integration.

The entire app is setup with gulp, scss and material design theme. You could just start adding in Elm code in src/elm/ and styles to src/assets/scss/.

The app entry point is src/elm/Main.elm

Installation

$ git clone https://github.com/kidambisrinivas/sample-elm-app
$ cd sample-elm-app && npm install && bower install && elm package install

Run

$ gulp
$ # Then open browser and hit http://localhost:3000