cra-template-rightpair
v1.0.4
Published
The template is made by rightpair for Create React App.
Downloads
58
Maintainers
Readme
cra-template-rightpair
This is TypeScript template made by rightpair for Create React App.
And Referenced by cra-template-redux-typescript.
To use this template, add --template rightpair
when creating a new app.
For example:
npx create-react-app my-app --template rightpair
# or using yarn
yarn create react-app my-app --template rightpair
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.