@joncolab/cra-template-joncolab
v1.0.1
Published
Create React App custom template by JoncoLab
Downloads
3
Maintainers
Readme
cra-template-joncolab
This is the template for Create React App by JoncoLab.
To use this template, add --template @joncolab/cra-template-joncolab
when creating a new app.
For example:
npx create-react-app my-app --template @joncolab/cra-template-joncolab
# or
yarn create react-app my-app --template @joncolab/cra-template-joncolab
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.