Skip to content

Commit

Permalink
Fixed npm start.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Nov 21, 2017
1 parent 1bf4303 commit 17546bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<body>
<div id="main"></div>
</body>
</html>
</html>
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "MI131 sample code",
"author": "Michael Jonathan Lee",
"scripts": {
"start": "simple-server"
"start": "webpack-dev-server --open"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand All @@ -15,5 +15,9 @@
"clean-webpack-plugin": "^0.1.17",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.8.1"
},
"dependencies": {
"radium": "^0.19.6",
"radium-grid": "^2.0.3"
}
}

0 comments on commit 17546bb

Please sign in to comment.