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: template/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,14 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
70
70
71
71
## How To...
72
72
73
+
### Install a Dependency
74
+
75
+
The generated project includes React and ReactDOM as dependencies. It also includes a set of scripts used by Create React App as a development dependency. You may install other dependencies (for example, React Router) with `npm`:
76
+
77
+
```
78
+
npm install --save <library-name>
79
+
```
80
+
73
81
### Import a Component
74
82
75
83
This project setup supports ES6 modules thanks to Babel.
0 commit comments