Skip to content

Commit 7b3e071

Browse files
committed
Fixed #4 Updated example.
1 parent 9d069a4 commit 7b3e071

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

example/README.md

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -21,57 +21,3 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
2121
The page will reload if you make edits.<br>
2222
You will also see any lint errors in the console.
2323

24-
### `npm test`
25-
26-
Launches the test runner in the interactive watch mode.<br>
27-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
28-
29-
### `npm run build`
30-
31-
Builds the app for production to the `build` folder.<br>
32-
It correctly bundles React in production mode and optimizes the build for the best performance.
33-
34-
The build is minified and the filenames include the hashes.<br>
35-
Your app is ready to be deployed!
36-
37-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
38-
39-
### `npm run eject`
40-
41-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
42-
43-
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.
44-
45-
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.
46-
47-
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.
48-
49-
## Learn More
50-
51-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
52-
53-
To learn React, check out the [React documentation](https://reactjs.org/).
54-
55-
### Code Splitting
56-
57-
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
58-
59-
### Analyzing the Bundle Size
60-
61-
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
62-
63-
### Making a Progressive Web App
64-
65-
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
66-
67-
### Advanced Configuration
68-
69-
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
70-
71-
### Deployment
72-
73-
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
74-
75-
### `npm run build` fails to minify
76-
77-
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"scripts": {
1313
"start": "react-scripts start",
1414
"build": "react-scripts build",
15-
"test": "react-scripts test",
1615
"eject": "react-scripts eject"
1716
},
1817
"eslintConfig": {

example/src/App.test.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)