cra-template-itkitchen-admin
v1.0.5
Published
ITKitchen admin dashboard.
Downloads
14
Maintainers
Readme
cra-template-itkitchen-admin
The template for Create React App to setup admin dashboard
Usage
To use this template within your project, add --template itkitchen-admin
when creating a new app.
For example:
npx create-react-app admin --template itkitchen-admin
# or
yarn create react-app admin --template itkitchen-admin