You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cra-template/template/README.md
+13-11
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# Getting Started with Create React App
2
+
1
3
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
2
4
3
5
## Available Scripts
@@ -6,23 +8,23 @@ In the project directory, you can run:
6
8
7
9
### `npm start`
8
10
9
-
Runs the app in the development mode.<br />
11
+
Runs the app in the development mode.\
10
12
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
11
13
12
-
The page will reload if you make edits.<br />
14
+
The page will reload if you make edits.\
13
15
You will also see any lint errors in the console.
14
16
15
17
### `npm test`
16
18
17
-
Launches the test runner in the interactive watch mode.<br />
19
+
Launches the test runner in the interactive watch mode.\
18
20
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
19
21
20
22
### `npm run build`
21
23
22
-
Builds the app for production to the `build` folder.<br />
24
+
Builds the app for production to the `build` folder.\
23
25
It correctly bundles React in production mode and optimizes the build for the best performance.
24
26
25
-
The build is minified and the filenames include the hashes.<br />
27
+
The build is minified and the filenames include the hashes.\
26
28
Your app is ready to be deployed!
27
29
28
30
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
@@ -45,24 +47,24 @@ To learn React, check out the [React documentation](https://reactjs.org/).
45
47
46
48
### Code Splitting
47
49
48
-
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
50
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
49
51
50
52
### Analyzing the Bundle Size
51
53
52
-
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
54
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
53
55
54
56
### Making a Progressive Web App
55
57
56
-
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
58
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
57
59
58
60
### Advanced Configuration
59
61
60
-
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
62
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
61
63
62
64
### Deployment
63
65
64
-
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
66
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
65
67
66
68
### `npm run build` fails to minify
67
69
68
-
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
70
+
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
0 commit comments