react-ats-scripts
v1.4.18
Published
Configuration and scripts for Create React App with Storybook, TypeScript, Babel and Sass.
Downloads
28
Maintainers
Readme
react-ats-scripts
What is react-ats-scripts ?
This is a scripts version of 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) :
$ npx create-react-app my-app --scripts-version=react-ats-scripts
react-scripts
This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.