Skip to content

Commit 07bf109

Browse files
committed
fix: readme
1 parent d989325 commit 07bf109

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.MD

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# create-dylan-project [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/51wangping/create-dylan-project/pulls)
22

3-
<img alt="Logo" align="right" src="https://create-react-app.dev/img/logo.svg" width="20%" />
4-
53
通过脚本创建 React 项目 无需任何配置
64

75
- [创建应用程序](#creating-an-app) – 如何创建一个新的程序.
@@ -24,7 +22,7 @@ npm start
2422

2523
_([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) 附带npm 5.2+及更高版本,请参阅[旧版npm的说明](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))_
2624

27-
然后打开 [http://localhost:3000/](http://localhost:3000/) 查看你的应用程序.<br>
25+
然后打开 [http://localhost:8000/](http://localhost:8000/) 查看你的应用程序.<br>
2826
如果你项目部署生产环境时,可以使用
2927
`npm run build`.
3028

@@ -98,7 +96,7 @@ cd my-app
9896
### `npm start` or `yarn start`
9997

10098
以开发模式运行应用程序<br>
101-
打开 [http://localhost:3000](http://localhost:3000) to view it in the browser.
99+
打开 [http://localhost:8000](http://localhost:8000) to view it in the browser.
102100

103101
如何你更改代码项目将重新加载.<br>
104102
你可以在控制台看到构建错误和eslint警告

0 commit comments

Comments
 (0)