kuju63 / cra-template-redux-router-typescript

Create React App template with redux and React Router, TypeScript

Home Page:https://www.npmjs.com/package/cra-template-redux-router-typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cra-template-redux-router-typescript

This is the TypeScript template for Create React App using redux and React Router.

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

ex.

# using npx
npx create-react-app my-app --template redux-router-typescript

# using yarn
yarn create react-app my-app --template redux-router-typescript

About

Create React App template with redux and React Router, TypeScript

https://www.npmjs.com/package/cra-template-redux-router-typescript

License:MIT License


Languages

Language:TypeScript 72.3%Language:CSS 15.3%Language:HTML 12.3%