mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
adding a build script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user