Commit f97b1bb0 authored by Dan Thareja's avatar Dan Thareja Committed by Max Stoiber
Browse files

Document how to install dependencies (#223)

parent 9885e08c
No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
......@@ -70,6 +70,14 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm
## How To...
### Install a Dependency
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`:
```
npm install --save <library-name>
```
### Import a Component
This project setup supports ES6 modules thanks to Babel.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment