Skip to content

Commit 73eb87b

Browse files
committed
Change dev-server port: 8001 ~> 8000
The project only has a dev-server, so 8000 makes more sense.
1 parent 185c2cf commit 73eb87b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npm install
4141
npm start
4242
```
4343

44-
The demo runs on http://localhost:8001/.
44+
The demo runs on http://localhost:8000/.
4545

4646

4747
## Using the npm package

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const path = require('path');
22

3-
const devServerPort = 8001;
3+
const devServerPort = 8000;
44

55
module.exports = {
66
entry: path.join(__dirname, 'examples/parent-child-demo/src/index.js'),

0 commit comments

Comments
 (0)