elm-community/elm-webpack-starter

Name: elm-webpack-starter

Owner: Elm Community

Description: Boilerplate for developing Elm apps on Webpack

Created: 2015-12-31 19:32:20.0

Updated: 2018-01-13 11:17:12.0

Pushed: 2017-12-14 15:25:27.0

Homepage: http://elm-community.org/elm-webpack-starter/

Size: 498

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

elm-webpack-starter

About:

A simple Webpack setup for writing Elm apps:

Install:

Clone this repo into a new project folder, e.g. my-elm-project:

clone https://github.com/moarwick/elm-webpack-starter my-elm-project
y-elm-project

Re-initialize the project folder as your own repo:

rf .git         # on Windows: rmdir .git /s /q
init
add .
commit -m 'first commit'

Install all dependencies using the handy reinstall script:

run reinstall

This does a clean (re)install of all npm and elm packages, plus a global elm install.

Serve locally:
start
Build & bundle for prod:
run build
Changelog

Ver 0.8.6

Ver 0.8.5

Ver 0.8.4

Ver 0.8.3

Ver 0.8.2

Ver 0.8.0

Ver 0.7.1

Ver 0.7.0

Ver 0.6.2

Ver 0.6.0

Ver 0.5.0

Ver 0.4.0

Ver 0.3.0


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.