feat: added script start

This commit is contained in:
Begerad, Stefan 2021-09-09 13:07:41 -04:00
parent 6b520441e9
commit 9713eff7f0
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"description": "react config tutorial",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Begerad",
"license": "GPL-3.0-or-later",