diff --git a/examples/create-react-app/public/README.md b/examples/create-react-app/public/README.md
index 9d9614c..89b278a 100644
--- a/examples/create-react-app/public/README.md
+++ b/examples/create-react-app/public/README.md
@@ -4,30 +4,30 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
In the project directory, you can run:
-### `npm start`
+### `yarn start`
-Runs the app in the development mode.
+Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
-The page will reload if you make edits.
+The page will reload if you make edits.
You will also see any lint errors in the console.
-### `npm test`
+### `yarn test`
-Launches the test runner in the interactive watch mode.
+Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
-### `npm run build`
+### `yarn build`
-Builds the app for production to the `build` folder.
+Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
-The build is minified and the filenames include the hashes.
+The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
-### `npm run eject`
+### `yarn eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
@@ -63,6 +63,6 @@ This section has moved here: https://facebook.github.io/create-react-app/docs/ad
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
-### `npm run build` fails to minify
+### `yarn build` fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
diff --git a/examples/create-react-app/public/package.json b/examples/create-react-app/public/package.json
index 069207a..40493f7 100644
--- a/examples/create-react-app/public/package.json
+++ b/examples/create-react-app/public/package.json
@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "react": "^16.9.0",
- "react-dom": "^16.9.0",
- "react-scripts": "3.1.2"
+ "react": "^16.10.2",
+ "react-dom": "^16.10.2",
+ "react-scripts": "3.2.0"
},
"scripts": {
"start": "react-scripts start",
@@ -28,4 +28,4 @@
"last 1 safari version"
]
}
-}
+}
diff --git a/examples/create-react-app/public/public/favicon.ico b/examples/create-react-app/public/public/favicon.ico
new file mode 100644
index 0000000..c2c86b8
Binary files /dev/null and b/examples/create-react-app/public/public/favicon.ico differ
diff --git a/examples/create-react-app/public/public/index.html b/examples/create-react-app/public/public/index.html
new file mode 100644
index 0000000..c240d2c
--- /dev/null
+++ b/examples/create-react-app/public/public/index.html
@@ -0,0 +1,43 @@
+
+
+