Skip to content

Commit d575c39

Browse files
committed
updated create-react-app to latest
1 parent 7d72805 commit d575c39

File tree

18 files changed

+32290
-7348
lines changed

18 files changed

+32290
-7348
lines changed

demos/react-demo/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22

33
# dependencies
4-
node_modules
4+
/node_modules
55
/.pnp
66
.pnp.js
77

demos/react-demo/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Getting Started with Create React App
2+
13
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
24

35
## Available Scripts
@@ -6,41 +8,39 @@ In the project directory, you can run:
68

79
### `npm start`
810

9-
Runs the app in the development mode.<br>
11+
Runs the app in the development mode.\
1012
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
1113

12-
The page will reload if you make edits.<br>
14+
The page will reload if you make edits.\
1315
You will also see any lint errors in the console.
1416

1517
### `npm test`
1618

17-
Launches the test runner in the interactive watch mode.<br>
19+
Launches the test runner in the interactive watch mode.\
1820
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
1921

2022
### `npm run build`
2123

22-
Builds the app for production to the `build` folder.<br>
24+
Builds the app for production to the `build` folder.\
2325
It correctly bundles React in production mode and optimizes the build for the best performance.
2426

25-
The build is minified and the filenames include the hashes.<br>
27+
The build is minified and the filenames include the hashes.\
2628
Your app is ready to be deployed!
2729

2830
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
2931

3032
### Deploy Webapp
3133

3234
BDE: Copy contents of `./build` to gh-pages branch `./demo-react`
33-
BDE: [Demo React App](https://gitbrent.github.io/PptxGenJS/demo-react/index.html)
34-
35-
---
35+
BDE: [Demo React App](https://gitbrent.github.io/PptxGenJS/demo/react/index.html)
3636

3737
### `npm run eject`
3838

3939
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
4040

4141
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
4242

43-
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
43+
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
4444

4545
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
4646

@@ -52,24 +52,24 @@ To learn React, check out the [React documentation](https://reactjs.org/).
5252

5353
### Code Splitting
5454

55-
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
55+
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)
5656

5757
### Analyzing the Bundle Size
5858

59-
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
59+
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)
6060

6161
### Making a Progressive Web App
6262

63-
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
63+
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)
6464

6565
### Advanced Configuration
6666

67-
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
67+
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)
6868

6969
### Deployment
7070

71-
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
71+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
7272

7373
### `npm run build` fails to minify
7474

75-
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
75+
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

Comments
 (0)