@@ -6,23 +6,23 @@ In the project directory, you can run:
66
77### ` npm start `
88
9- Runs the app in the development mode.<br >
9+ Runs the app in the development mode.<br / >
1010Open [ http://localhost:3000 ] ( http://localhost:3000 ) to view it in the browser.
1111
12- The page will reload if you make edits.<br >
12+ The page will reload if you make edits.<br / >
1313You will also see any lint errors in the console.
1414
1515### ` npm test `
1616
17- Launches the test runner in the interactive watch mode.<br >
17+ Launches the test runner in the interactive watch mode.<br / >
1818See the section about [ running tests] ( https://facebook.github.io/create-react-app/docs/running-tests ) for more information.
1919
2020### ` npm run build `
2121
22- Builds the app for production to the ` build ` folder.<br >
22+ Builds the app for production to the ` build ` folder.<br / >
2323It correctly bundles React in production mode and optimizes the build for the best performance.
2424
25- The build is minified and the filenames include the hashes.<br >
25+ The build is minified and the filenames include the hashes.<br / >
2626Your app is ready to be deployed!
2727
2828See the section about [ deployment] ( https://facebook.github.io/create-react-app/docs/deployment ) for more information.
@@ -42,3 +42,27 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
4242You can learn more in the [ Create React App documentation] ( https://facebook.github.io/create-react-app/docs/getting-started ) .
4343
4444To learn React, check out the [ React documentation] ( https://reactjs.org/ ) .
45+
46+ ### Code Splitting
47+
48+ This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
49+
50+ ### Analyzing the Bundle Size
51+
52+ This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
53+
54+ ### Making a Progressive Web App
55+
56+ This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
57+
58+ ### Advanced Configuration
59+
60+ This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
61+
62+ ### Deployment
63+
64+ This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
65+
66+ ### ` npm run build ` fails to minify
67+
68+ This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
0 commit comments