Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 633 Bytes

CreateReactAdmin.md

File metadata and controls

25 lines (20 loc) · 633 Bytes
layout title
default
The create-react-admin CLI

create-react-admin

This CLI generates a new react-admin application using Vite. Use it by running the following command:

npx create react-admin@latest your-admin-name
# or
yarn create react-admin your-admin-name

It will then ask you to choose:

  • a data provider
  • a auth provider
  • the names of the resources to add
  • the package manager to use to install the dependencies