https://github.com/zyhou/cra-template-react-admin
The base React-admin template for Create React App
https://github.com/zyhou/cra-template-react-admin
Last synced: 27 days ago
JSON representation
The base React-admin template for Create React App
- Host: GitHub
- URL: https://github.com/zyhou/cra-template-react-admin
- Owner: zyhou
- License: mit
- Created: 2019-12-30T10:57:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T18:19:19.000Z (over 5 years ago)
- Last Synced: 2025-01-26T10:02:49.948Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cra-template-react-admin
[](https://github.com/zyhou/cra-template-react-admin/actions)
[](https://www.npmjs.com/package/cra-template-react-admin)[react-admin](https://marmelab.com/react-admin/) template for [Create React App](https://github.com/facebook/create-react-app).
To use this template, add `--template react-admin` when creating a new app.
For example:
`npx create-react-app my-app --template react-admin`
or
`npm init react-app my-app --template react-admin`
or
`yarn create react-app my-app --template react-admin`