wzalazar / cra-template-super-redux-typescript

Redux+TS template for Create React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cra-template-super-redux-typescript

Redux+TS template for Create React App.

Guide

Install

To use this template, add --template super-redux-typescript when creating a new app.

For example:

npx create-react-app my-app --template super-redux-typescript

# or

yarn create react-app my-app --template super-redux-typescript

For more information, please refer to:

Continuous integration

The project will need you to add these secrets in the configuration of your project in order to create releases with semantic-release and create a report coverage.

About

Redux+TS template for Create React App

License:MIT License


Languages

Language:TypeScript 75.6%Language:JavaScript 15.5%Language:HTML 8.9%