Tooling: Add npm start script for development mode

Run webpack in watch mode for development. Scripts are documented in
a followup commit in the README.

Change-Id: Id1e2f8b8578169eee53a5e4f8c468d5426d4c2ea
This commit is contained in:
joakin 2017-02-13 14:27:20 +01:00
parent 0041b5bc1e
commit 45046da7f1

View file

@ -1,6 +1,7 @@
{
"private": true,
"scripts": {
"start": "webpack -w",
"build": "webpack",
"test": "grunt lint",
"doc": "jsduck"