mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-19 06:36:38 +08:00
Update doc links in template README (#5512)
This commit is contained in:
committed by
Dan Abramov
parent
7ae01d6b29
commit
60f9bc2ace
@@ -15,7 +15,7 @@ You will also see any lint errors in the console.
|
||||
### `npm test`
|
||||
|
||||
Launches the test runner in the interactive watch mode.<br>
|
||||
See the section about [running tests](#running-tests) for more information.
|
||||
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
||||
|
||||
### `npm run build`
|
||||
|
||||
@@ -25,7 +25,7 @@ It correctly bundles React in production mode and optimizes the build for the be
|
||||
The build is minified and the filenames include the hashes.<br>
|
||||
Your app is ready to be deployed!
|
||||
|
||||
See the section about [deployment](#deployment) for more information.
|
||||
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
||||
|
||||
### `npm run eject`
|
||||
|
||||
@@ -42,4 +42,3 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
|
||||
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|
||||
|
||||
To learn React, check out the [React documentation](https://reactjs.org/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user