Skip to content

Commit 576da7d

Browse files
readme notes
1 parent e9e0cd5 commit 576da7d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# How to Deploy a React App to a Subdirectory
2-
### Define App Homepage in package.json
3-
### Set Basename in Router
4-
### Make changes in .htaccess
5-
### Make build and deploy
2+
1. Define App Homepage in package.json
3+
2. Set Basename in Router
4+
3. Make changes in .htaccess
5+
4. Make build and deploy
6+
5. Enjoy!
67

78

89
# How to Install - Step by Step Guide
910
1. Clone using the following repo link
10-
### `git clone https://github.com/fullstacktutorials/deploy-react-app-subdirectory.git`
11+
#### `git clone https://github.com/fullstacktutorials/deploy-react-app-subdirectory.git`
1112

1213
2. Go to the project folder and run npm install
13-
### `cd deploy-react-app-subdirectory`
14-
### `npm install`
14+
#### `cd deploy-react-app-subdirectory`
15+
#### `npm install`
1516

1617
3. Now run your app
17-
### `npm start`
18+
#### `npm start`
1819

1920

2021

0 commit comments

Comments
 (0)