Start a new application easily with all necessary tools
- Elm
- Webpack
- CSS
git clone https://github.com/werein/elm.git
Current production size is 122kb and 37.4kb gziped.
Prefered way
npm i -g surge
npm run surge
Heroku works out of the box, just use "deploy to heroku" button
Track this repo
git remote add upstream https://github.com/werein/elm.git
Rebase on the latest version
git fetch upstream
git rebase upstream/master