Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fzaninotto/ra-arrayinput-tutorial
A sample react-admin app demonstrating the ArrayInput component. Support for a video tutorial on YouTube.
https://github.com/fzaninotto/ra-arrayinput-tutorial
eact-admin forms react
Last synced: about 11 hours ago
JSON representation
A sample react-admin app demonstrating the ArrayInput component. Support for a video tutorial on YouTube.
- Host: GitHub
- URL: https://github.com/fzaninotto/ra-arrayinput-tutorial
- Owner: fzaninotto
- Created: 2024-05-29T16:31:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T13:35:45.000Z (8 months ago)
- Last Synced: 2024-12-06T18:27:53.404Z (about 2 months ago)
- Topics: eact-admin, forms, react
- Language: TypeScript
- Homepage: https://youtu.be/-8OFsP7CiVc
- Size: 75.2 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
```## Production
Build the application in production mode by running:
```sh
yarn build
```