You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# React Examples
2
-
These React examples are a single page React application deployed on GitHub. It was created using [Create React App](https://github.com/facebookincubator/create-react-app).
2
+
These React examples are a single page React application deployed on GitHub. It was created using [Create React App](https://github.com/facebook/create-react-app).
3
3
4
4
To see the working demo, go to [React Examples](https://snidersd.github.io/react-examples/#/).
5
5
@@ -13,8 +13,8 @@ The [react-range] (https://www.npmjs.com/package/react-range) package to create
13
13
## Installation Instructions
14
14
Follow these steps to install the React Examples application:
15
15
- Clone or download the react-examples repository.
16
-
- If you download the zip file extract it before proceeding.
17
-
- From the command-line navigate to the react-examples directory.
16
+
- If you download the zip file extract it before proceeding.
17
+
- From the command-line navigate to the react-examples (clone) or react-examples-master (unzip) directory.
18
18
- Type: npm install
19
19
- Type: npm start
20
20
- The application opens in your default browser to http://localhost:3000/#/
0 commit comments