Skip to content

zyhou/cra-template-react-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-template-react-admin

npm version

react-admin template for 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