cra-template-crisp
v1.0.1
Published
React parcel Template with typescript and Redux
Downloads
7
Maintainers
Readme
cra-template-crisp
This is the official crisp template for Create React App.
To use this template, add --template cra-template-crisp
when creating a new app.
For example:
npx create-react-app my-app --template cra-template-crisp
# or
yarn create react-app my-app --template cra-template-crisp
For more information, please refer to:
- Getting Started – How to create a new app.