Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-react-admin

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-admin

A CLI to quickly start a new react-admin project

  • 5.4.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
276
decreased by-8.91%
Maintainers
0
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 21 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc