An open API service indexing awesome lists of open source software.

https://github.com/fzaninotto/ra-access-control-tutorial

A sample react-admin app demonstrating Access Control features. Support for a video tutorial on YouTube.
https://github.com/fzaninotto/ra-access-control-tutorial

react react-admin security tutorial

Last synced: 11 months ago
JSON representation

A sample react-admin app demonstrating Access Control features. Support for a video tutorial on YouTube.

Awesome Lists containing this project

README

          

# test-admin

## Installation

```sh
yarn
```

## Development

Start the application in development mode by running:

```sh
yarn dev
```

To log in:

- John Admin: username "admin", password whatever
- Bob Reader: username "reader", password whatever
- Jane User: username "user", password whatever

## Production

Build the application in production mode by running:

```sh
yarn build
```