react-ats-scripts
Version:
Configuration and scripts for Create React App with Storybook, TypeScript, Babel and Sass.
27 lines (19 loc) • 1.03 kB
Markdown
# react-ats-scripts
## What is react-ats-scripts ?
This is a scripts version of [Create React App](https://github.com/facebookincubator/create-react-app) with:
* TypeScript (by awesome-typescript-loader)
* Sass
* Unit testing with Jest ans Enzyme
* Storybook (in Typescript)
* Gherkin (`.feature`) testing system with gherkin-specs-api
* Redux and redux-observable
## How to use it?
Launch this command (npm 5.3 or more needed) :
``` shell
$ npx create-react-app my-app --scripts-version=react-ats-scripts
```
# react-scripts
This package includes scripts and configuration used by [Create React App](https://github.com/facebookincubator/create-react-app).<br>
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.