Skip to content
/ elm Public

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

Notifications You must be signed in to change notification settings

werein/elm

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published