Add minimum required Node version to create-react-app docs #70

This commit is contained in:
Sung
2017-10-08 19:26:07 -04:00
parent be1f9a60d8
commit ca0679478d

View File

@@ -30,7 +30,7 @@ If you want to use it for a full application, there are two popular ways to get
## Creating a New Application
[Create React App](http://github.com/facebookincubator/create-react-app) is the best way to start building a new React single page application. It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production.
[Create React App](http://github.com/facebookincubator/create-react-app) is the best way to start building a new React single page application. It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. Youll need to have Node >= 6 on your machine.
```bash
npm install -g create-react-app