orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
26 lines (16 loc) • 1.15 kB
Markdown
by [Create React App](https://github.com/facebookincubator/create-react-app).
Please refer to its documentation:
* [Getting Started](https://github.com/facebookincubator/create-react-app/blob/master/README.md#getting-started) – How to create a new app.
* [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) – How to develop apps bootstrapped with Create React App.
The easiest way to use this configuration is with [Create React App](https://github.com/facebookincubator/create-react-app), which includes it by default. **You don’t need to install it separately in Create React App projects.**
If you want to use this Babel preset in a project not built with Create React App, you can install it with following steps.
First, [install Babel](https://babeljs.io/docs/setup/).
Then create a file named `.babelrc` with following contents in the root folder of your project:
```js
{
"presets": ["react-app"]
}
```
This package includes the Babel preset used