Skip to content

Commit 589384c

Browse files
authored
Update README.md
1 parent f17d037 commit 589384c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm install -g create-react-app
3030

3131
**You’ll 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 [nvm](https://github.com/creationix/nvm#usage) to easily switch Node versions between different projects.
3232

33-
**This tool doesn’t 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.
33+
**This tool doesn’t assume a Node backend**. The Node installation is only required for the build tools that rely on it locally, such as Webpack and Babel.
3434

3535
### Creating an App
3636

@@ -70,7 +70,7 @@ Runs the app in development mode.<br>
7070
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
7171

7272
The page will reload if you make edits.<br>
73-
You will also build errors and lint warnings in the console.
73+
You will see the build errors and lint warnings in the console.
7474

7575
<img src='https://camo.githubusercontent.com/41678b3254cf583d3186c365528553c7ada53c6e/687474703a2f2f692e696d6775722e636f6d2f466e4c566677362e706e67' width='600' alt='Build errors'>
7676

@@ -120,19 +120,6 @@ Running `npm run eject` copies all the configuration files and the transient dep
120120

121121
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
122122

123-
## What’s Inside?
124-
125-
The tools used by Create React App are subject to change.
126-
Currently it is a thin layer on top of many amazing community projects, such as:
127-
128-
* [webpack](https://webpack.github.io/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader)
129-
* [Babel](http://babeljs.io/) with ES6 and extensions used by Facebook (JSX, [object spread](https://github.com/sebmarkbage/ecmascript-rest-spread/commits/master), [class properties](https://github.com/jeffmo/es-class-public-fields))
130-
* [Autoprefixer](https://github.com/postcss/autoprefixer)
131-
* [ESLint](http://eslint.org/)
132-
* and more.
133-
134-
All of them are transient dependencies of the provided npm package.
135-
136123
## Limitations
137124

138125
Some features are currently **not supported**:
@@ -146,6 +133,19 @@ Some features are currently **not supported**:
146133

147134
Some of them might get added in the future if they are stable, are useful to majority of React apps, don’t conflict with existing tools, and don’t introduce additional configuration.
148135

136+
## What’s Inside?
137+
138+
The tools used by Create React App are subject to change.
139+
Currently it is a thin layer on top of many amazing community projects, such as:
140+
141+
* [webpack](https://webpack.github.io/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader)
142+
* [Babel](http://babeljs.io/) with ES6 and extensions used by Facebook (JSX, [object spread](https://github.com/sebmarkbage/ecmascript-rest-spread/commits/master), [class properties](https://github.com/jeffmo/es-class-public-fields))
143+
* [Autoprefixer](https://github.com/postcss/autoprefixer)
144+
* [ESLint](http://eslint.org/)
145+
* and more.
146+
147+
All of them are transient dependencies of the provided npm package.
148+
149149
## Contributing
150150

151151
Clone the repo and run `npm install` in the root and the `global-cli` folder.

0 commit comments

Comments
 (0)