Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```