mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +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
|
### 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
|
```bash
|
||||||
$ npm start
|
$ npm start
|
||||||
|
@ -101,7 +101,7 @@ ReactDOM.render(<App />, document.getElementById('root'));
|
|||||||
|
|
||||||
### 4. 开发调试
|
### 4. 开发调试
|
||||||
|
|
||||||
一键启动调试,访问 http://127.0.0.1:8001 查看效果。
|
一键启动调试,访问 http://127.0.0.1:8000 查看效果。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm start
|
$ npm start
|
||||||
|
Loading…
Reference in New Issue
Block a user