Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 225 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 225 Bytes

Elm Starter with Parcel

A simple template to start a new Elm Application using Parcels built-in support for Elm assets.

Usage

For development:

$ npm install
$ npm start

Production build:

$ npm build