elm startfighter

Start Elm with no module bundler.

Installation

$ git clone https://github.com/y047aka/elm-starfighter.git
$ cd elm-startfighter
$ npm install
$ npm start

Cross platform

cpx2 and rimraf works on Windows as well.

Start (npm start or make start)

Run clean and watch sequentially.
The name of output directory is "docs".

Build (npm run build or make build)

Run clean and compile sequentially.
The name of output directory is "public".