Skip to content

Commit 9d445a5

Browse files
committed
update
1 parent 4e9440b commit 9d445a5

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
44

55
In the project directory, you can run:
66

7-
### `npm start`
7+
### `npm run eject`
88

9-
Runs the app in the development mode.<br>
10-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
9+
把webpack的配置文件给暴露出来
1110

12-
The page will reload if you make edits.<br>
13-
You will also see any lint errors in the console.
11+
### `npm install`
12+
13+
安装依赖
14+
15+
### `npm start`
16+
17+
启动项目(http://localhost:3000) .<br>
1418

15-
### `npm run eject`
1619

17-
把webpack的配置文件给暴露出来

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,8 @@
132132
"presets": [
133133
"react-app"
134134
]
135+
},
136+
"devDependencies": {
137+
"react-router-dom": "^5.0.1"
135138
}
136139
}

0 commit comments

Comments
 (0)