cra-template-draftup
v1.3.2
Published
The custom template for Create React App from DraftUp team.
Maintainers
Readme
cra-template-draftup
This is the custom template for Create React App from DraftUp team. It's based on the official Typescript CRA template.
To use this template, add --template draftup when creating a new app.
For example:
npx create-react-app my-app --template draftup
# or
yarn create react-app my-app --template draftupFor more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
