Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`