@shaneyu/cra-template-typescript-redux

An opinionated create-react-app template for React with TypeScript, Redux and full linting based on AirBnb.

Usage no npm install needed!

<script type="module">
  import shaneyuCraTemplateTypescriptRedux from 'https://cdn.skypack.dev/@shaneyu/cra-template-typescript-redux';
</script>

README

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: