cra-template-leaf
v1.0.1
Published
Create React App's leaf project template
Downloads
3
Maintainers
Readme
cra-template-leaf
The official leaf template for Create React App.
To use this template within your project, add --template leaf
when creating a new app.
For example:
npx create-react-app my-app --template leaf
# or
yarn create react-app my-app --template leaf
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.