Skip to content

Commit bc334b2

Browse files
CodinCataweary
authored andcommitted
Add start and build script to demo (#12)
* Add a start script to demo * Add build script to demo
1 parent 1f48529 commit bc334b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

demo/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
"description": "A demo application using react-perimeter",
55
"main": "index.js",
66
"license": "MIT",
7+
"scripts": {
8+
"start": "webpack-dev-server --progress",
9+
"build": "webpack --progress"
10+
},
711
"devDependencies": {
812
"babel-loader": "^6.4.1",
913
"babel-preset-es2015": "^6.24.0",
1014
"babel-preset-react": "^6.23.0",
1115
"halogen": "^0.2.0",
12-
"webpack": "^2.2.1"
16+
"webpack": "^2.2.1",
17+
"webpack-dev-server": "^2.4.2"
1318
},
1419
"dependencies": {
1520
"babel-core": "^6.24.0",

0 commit comments

Comments
 (0)