Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and in turn your application can listen and react to click events on those butto
* Clone this repo and `cd` into the directory
* Run `npm i webpack -g`
* Run `npm i webpack-dev-server -g`
* If you have trouble running the webpack-dev-server over HTTPS, check out the --https option described here: https://webpack.github.io/docs/webpack-dev-server.html
* If you have trouble running the webpack-dev-server over HTTPS, check out the --https option described here: https://webpack.js.org/configuration/dev-server/#devserver-https
* Run `npm i`
* Run `npm run watch`
* Ensure the sample app is running by visiting https://localhost:4000/app.html
Expand Down