Add npm start script

Fix #212 (Closes #213)
This commit is contained in:
Arthur Verschaeve
2015-06-24 19:34:26 +02:00
committed by Addy Osmani
parent 3af5af094b
commit e948c9724c

View File

@@ -31,7 +31,8 @@
"web-component-tester": "^3.1.3"
},
"scripts": {
"test": "gulp test:local"
"test": "gulp test:local",
"start": "gulp serve"
},
"engines": {
"node": ">=0.10.0"