Skip to content

kuju63/cra-template-redux-router-typescript

Repository files navigation

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