Basic shell app for learning purposes
- Elm 71.9%
- CSS 21.4%
- HTML 3.6%
- JavaScript 3.1%
| src | ||
| .gitignore | ||
| .travis.yml | ||
| elm-package.json | ||
| README.md | ||
shelm
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