1.0.1 • Published 4 years ago

@shaneyu/cra-template-typescript-redux v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

cra-template-typescript-redux

Release

This is my opinionated TypeScript Redux template for Create React App that has full linting/formatting based on AirBnb.

To use this template, add --template @shaneyu/typescript-redux when creating a new app.

For example:

npx create-react-app my-app --template @shaneyu/typescript-redux

# or

yarn create react-app my-app --template @shaneyu/typescript-redux

For more information, please refer to: