doc:fix server port (#9012)

This commit is contained in:
DosLin 2018-01-18 19:03:17 +08:00 committed by Wei Zhu
parent 1d9afb6510
commit efa824e514
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ ReactDOM.render(<App />, document.getElementById('root'));
### 4. Development & Debugging
Run your project and visit http://127.0.0.1:8001
Run your project and visit http://127.0.0.1:8000
```bash
$ npm start

View File

@ -101,7 +101,7 @@ ReactDOM.render(<App />, document.getElementById('root'));
### 4. 开发调试
一键启动调试,访问 http://127.0.0.1:8001 查看效果。
一键启动调试,访问 http://127.0.0.1:8000 查看效果。
```bash
$ npm start