adds serverstart command

This commit is contained in:
Patrick McDonagh
2017-09-18 18:58:37 -05:00
parent af862bdec1
commit 8d5f9cd133

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build": "webpack && cp build/* server/public",
"serverstart": "node server/index.js",
"start": "webpack-dev-server"
},
"author": "",