File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ title : " The create-react-admin CLI"
4+ ---
5+
6+ # ` create-react-admin `
7+
8+ This CLI generates a new react-admin application using [ Vite] ( https://vitejs.dev/ ) . Use it by running the following command:
9+
10+ ``` sh
11+ npx create react-admin@latest your-admin-name
12+ # or
13+ yarn create react-admin your-admin-name
14+ ```
15+
16+ It will then ask you to choose:
17+ - a data provider
18+ - a auth provider
19+ - the names of the resources to add
20+ - the package manager to use to install the dependencies
Original file line number Diff line number Diff line change 22 < li {% if page.path == 'Tutorial.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./Tutorial.html "> Tutorial</ a > </ li >
33 < li {% if page.path == 'Features.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./Features.html "> Features</ a > </ li >
44 < li > < a class ="nav-link external " href ="https://github.com/marmelab/react-admin/releases " target ="_blank "> What's new?</ a > </ li >
5+ < li {% if page.path == 'CreateReactAdmin.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./CreateReactAdmin.html "> Create React Admin</ a > </ li >
56 < li {% if page.path == 'CreateReactApp.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./CreateReactApp.html "> Create React App</ a > </ li >
67 < li {% if page.path == 'Vite.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./Vite.html "> Vite</ a > </ li >
78 < li {% if page.path == 'NextJs.md ' %} class ="active " {% endif %} > < a class ="nav-link " href ="./NextJs.html "> Next.js</ a > </ li >
You can’t perform that action at this time.
0 commit comments