adding a build script

This commit is contained in:
Ken
2019-02-19 23:32:42 -08:00
parent f046a07694
commit 2ba7000120
4 changed files with 218 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"start:client": "webpack-dev-server --mode development --progress --open",
"test": "jest --watch",
"build": "webpack --progress",
"start:server": "nodemon -w server server/index.js",
"start": "run-p start:server start:client"
},
@@ -26,6 +27,7 @@
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"css-loader": "^2.1.0",
"copy-webpack-plugin": "^4.6.0",
"fork-ts-checker-async-overlay-webpack-plugin": "^0.1.0",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"html-webpack-plugin": "^3.2.0",