diff --git a/template/README.md b/template/README.md index 0c224358af8..f58429ce394 100644 --- a/template/README.md +++ b/template/README.md @@ -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 +``` + ### Import a Component This project setup supports ES6 modules thanks to Babel.