Skip to content

Commit

Permalink
Updated babel-preset-react-app README.md (#3463)
Browse files Browse the repository at this point in the history
Added some more documentation to install the babel-preset-react-app making it more clear on how to get started with this preset outside of create-react-app.
  • Loading branch information
boyney123 authored and gaearon committed Jan 9, 2018
1 parent 373687f commit ab507e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/babel-preset-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ If you want to use this Babel preset in a project not built with Create React Ap

First, [install Babel](https://babeljs.io/docs/setup/).

Then install babel-preset-react-app.

```sh
npm install babel-preset-react-app --save-dev
```

Then create a file named `.babelrc` with following contents in the root folder of your project:

```js
Expand Down

0 comments on commit ab507e6

Please sign in to comment.