chore: create start:dev script

This commit is contained in:
Ayo 2022-09-16 19:49:48 +02:00
parent 317504622c
commit eb3ea8110c

View file

@ -6,7 +6,7 @@
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently --kill-others \"npm run watch:dev\" \"npm start\"",
"start:dev": "concurrently --kill-others \"npm run watch:dev\" \"npm start\"",
"start": "http-server ./dist/ -a localhost -p 4200",
"watch:dev": "node ./node_modules/webpack/bin/webpack.js --watch --mode development .",
"buildprod": "node ./node_modules/webpack/bin/webpack.js --mode production ."