mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
doc:fix server port (#9012)
This commit is contained in:
parent
1d9afb6510
commit
efa824e514
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user