Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 667 Bytes

README.md

File metadata and controls

49 lines (29 loc) · 667 Bytes

Elm

Deploy

Start a new application easily with all necessary tools

  • Elm
  • Webpack
  • CSS

Installation

git clone https://github.com/werein/elm.git

Production

Current production size is 122kb and 37.4kb gziped.

Deployment

Surge.sh

Prefered way

  • npm i -g surge
  • npm run surge

Heroku

Heroku works out of the box, just use "deploy to heroku" button

Keep it up to date

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