Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 490 Bytes

File metadata and controls

15 lines (10 loc) · 490 Bytes

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