Basic shell app for learning purposes
  • Elm 71.9%
  • CSS 21.4%
  • HTML 3.6%
  • JavaScript 3.1%
Find a file
2017-05-05 14:07:42 +02:00
src Initial commit 2017-05-05 01:44:52 +02:00
.gitignore Initial commit 2017-05-05 01:44:52 +02:00
.travis.yml Skip cleanup before deploy 2017-05-05 13:53:11 +02:00
elm-package.json Rename to shelm and add travis with surge 2017-05-05 13:24:28 +02:00
README.md Update README.md 2017-05-05 14:07:42 +02:00

shelm

Build Status


demo

elm-app start: Run the app in development mode. Hot Reload is enabled. Open http://localhost:3000.

elm-app build: Create a production build.

Created with create-elm-app