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.
- Host: GitHub
- URL: https://github.com/fzaninotto/ra-access-control-tutorial
- Owner: fzaninotto
- Created: 2024-11-19T12:39:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T12:56:26.000Z (about 1 year ago)
- Last Synced: 2024-12-08T08:41:36.210Z (about 1 year ago)
- Topics: react, react-admin, security, tutorial
- Language: TypeScript
- Homepage: https://youtu.be/2loA65et3JU
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```