Update README.md

This commit is contained in:
Dan Abramov
2018-01-08 17:57:55 +00:00
committed by GitHub
parent 965eddc5ff
commit 5e2290b2b9

View File

@@ -30,7 +30,7 @@ Just create a project, and youre good to go.
## Creating an App
**For the build tools, youll need to have Node >= 6 on your machine**. You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects. Note that Create React App **works with any backend** because it produces static HTML/JS/CSS bundles.
**Youll need to have Node >= 6 on your local development machine** (but its not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
To create a new app, run a single command: