Tweak README

This commit is contained in:
Dan Abramov
2016-07-20 13:19:47 +01:00
committed by GitHub
parent fbcbd67b9d
commit ceca44cca7

View File

@@ -19,7 +19,7 @@ npm install -g create-react-app
**Youll need to have Node >= 4 on your machine**. We recommend to use Node >= 6 and npm >= 3 for faster installation speed and better disk usage. You can use [n](https://github.com/creationix/nvm#usage) to easily switch the Node versions between different projects.
**This tool doesnt assume a Node backend**. The Node installation is only required for the build tools that rely on it locally, such as Webpack and Babel. The output folder includes an `index.html`, a minified `.js` bundle, and bundled images and css, so you can host them anywhere you like.
**This tool doesnt assume a Node backend**. The Node installation is only required for the build tools that rely on it locally, such as Webpack and Babel. The output folder includes an `index.html`, a minified JavaScript bundle, and bundled images and styles, so you can host them anywhere you like.
## Why Use This?