Browse Source

Update webpack link, remove spaces

Update webpack link, remove spaces, unhighlight `Create React App`
main
Fatos Morina 7 years ago
committed by GitHub
parent
commit
8238816c9a
  1. 2
      content/docs/installation.md

2
content/docs/installation.md

@ -40,7 +40,7 @@ cd my-app
npm start
```
`Create React App` doesn't handle backend logic or databases; it just creates a frontend build pipeline, so you can use it with any backend you want. It uses build tools like [Babel] (http://babeljs.io/) and [webpack] (http://babeljs.io/) under the hood, but works with zero configuration.
Create React App doesn't handle backend logic or databases; it just creates a frontend build pipeline, so you can use it with any backend you want. It uses build tools like [Babel](http://babeljs.io/) and [webpack](https://webpack.js.org/) under the hood, but works with zero configuration.
When you're ready to deploy to production, running `npm run build` will create an optimized build of your app in the `build` folder. You can learn more about `Create React App` [from its README](https://github.com/facebookincubator/create-react-app#create-react-app-) and the [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#table-of-contents).

Loading…
Cancel
Save