Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
After running 'npm install http-server --save-dev'. The 'http-server'…
… is intended to serve the file 'try_me.html' directly from its directory, to not have to explicitly deploy it anywhere, to save time.
  • Loading branch information
maratbn committed Aug 5, 2018
1 parent 183d64e commit 3d757d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -11,6 +11,7 @@
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"http-server": "^0.11.1",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8"
},
Expand Down

0 comments on commit 3d757d9

Please sign in to comment.