werein / elm

Extremely simple boilerplate for Elm application (elm, webpack, css, express)

Home Page:https://wereinhq.com/guides/elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Extremely simple boilerplate for Elm application (elm, webpack, css, express)

https://wereinhq.com/guides/elm


Languages

Language:JavaScript 91.6%Language:HTML 3.8%Language:Elm 3.6%Language:CSS 1.0%