Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T18:19:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T13:47:25.957Z (about 2 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/workflows/Deploy/badge.svg?branch=master)](https://github.com/zyhou/cra-template-react-admin/actions)
[![npm version](https://badge.fury.io/js/cra-template-react-admin.svg)](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`