mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Add minimum required Node version to create-react-app docs #70
This commit is contained in:
@@ -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. You’ll need to have Node >= 6 on your machine.
|
||||
|
||||
```bash
|
||||
npm install -g create-react-app
|
||||
|
||||
Reference in New Issue
Block a user