Skip to content

Commit 05367bc

Browse files
committed
Removed docs
1 parent e61343f commit 05367bc

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ The [User Guide](https://github.com/facebookincubator/create-react-app/blob/mast
129129
- [Running Tests](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#running-tests)
130130
- [Developing Components in Isolation](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#developing-components-in-isolation)
131131
- [Making a Progressive Web App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app)
132-
- [Git Repository](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#git-repository)
133132
- [Deployment](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment)
134133
- [Advanced Configuration](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#advanced-configuration)
135134
- [Troubleshooting](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#troubleshooting)

packages/react-scripts/template/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ You can find the most recent version of this guide [here](https://github.com/fac
6161
- [Editor Integration](#editor-integration)
6262
- [Developing Components in Isolation](#developing-components-in-isolation)
6363
- [Making a Progressive Web App](#making-a-progressive-web-app)
64-
- [Git Repository](#git-repository)
6564
- [Deployment](#deployment)
6665
- [Serving Apps with Client-Side Routing](#serving-apps-with-client-side-routing)
6766
- [Building for Relative Paths](#building-for-relative-paths)
@@ -1207,12 +1206,6 @@ Learn more about React Storybook:
12071206

12081207
You can turn your React app into a [Progressive Web App](https://developers.google.com/web/progressive-web-apps/) by following the steps in [this repository](https://github.com/jeffposnick/create-react-pwa).
12091208

1210-
## Git Repository
1211-
1212-
Create React App will create a new Git repository and commit the generated files to it as the initial commit. This step is skipped if the folder you are creating is already part of a larger Git repository.
1213-
The initial commit will be created with a message **chore: initial commit from create-react-app**. If you prefer another message it is easy to change before doing any other commits using the command ```git commit --amend -m "Some other message"```.
1214-
You can delete the Git repository using the command ```rm -rf .git```.
1215-
12161209
## Deployment
12171210

12181211
`npm run build` creates a `build` directory with a production build of your app. Set up your favourite HTTP server so that a visitor to your site is served `index.html`, and requests to static paths like `/static/js/main.<hash>.js` are served with the contents of the `/static/js/main.<hash>.js` file. For example, Python contains a built-in HTTP server that can serve static files:

0 commit comments

Comments
 (0)