4.16.17 • Published 5 days ago

create-react-admin v4.16.17

Weekly downloads
4
License
MIT
Repository
-
Last release
5 days ago

create-react-admin

A CLI to bootstrap a new react-admin application.

Usage

npm create react-admin@latest my-app
# or
yarn create react-admin my-app

You'll be asked to choose a data provider (optional), an auth provider (optional). You may also setup the resources you want initially.

Development

Build the project with the following command at the monorepo root:

make build-create-react-admin

In another directory, run:

./react-admin/node_modules/.bin/create-react-admin my-admin

The above command assume you cloned react-admin in the react-admin directory and you are running the command in this directory parent.

To test the package as if it was published:

cd packages/create-react-admin
npm pack
tar -xvzf create-react-admin-<version>.tgz -C ~/
cd ~/package
npm install
./lib/cli.js test-cra

Miscellaneous

This package is MIT licensed. Sponsored by Marmelab and Anthony Chan.

5.0.0-beta.0

5 days ago

4.16.17

6 days ago

4.16.16

16 days ago

4.16.15

1 month ago

5.0.0-alpha.1

1 month ago

5.0.0-alpha.0

2 months ago

4.16.12

2 months ago

4.16.11

3 months ago

4.16.10

3 months ago

4.16.9

3 months ago

4.16.8

3 months ago

4.16.7

4 months ago

4.16.6

4 months ago

4.16.5

4 months ago

4.15.5

6 months ago

4.14.1

8 months ago

4.16.0

6 months ago

4.16.1

6 months ago

4.14.3

8 months ago

4.13.4

8 months ago

4.13.0

9 months ago

4.12.1

10 months ago

4.14.0

8 months ago

4.13.1

9 months ago

4.12.2

10 months ago

4.12.0

10 months ago

4.11.3

11 months ago

4.10.5

12 months ago

4.10.6

12 months ago

4.11.0

12 months ago

4.10.3

12 months ago

4.10.1

1 year ago

4.10.2

1 year ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago