https://github.com/tykoth/provadev-react
Created with CodeSandbox
https://github.com/tykoth/provadev-react
Last synced: about 1 month ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/tykoth/provadev-react
- Owner: tykoth
- Created: 2021-05-10T08:11:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T15:22:25.000Z (about 5 years ago)
- Last Synced: 2025-01-19T13:15:06.275Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/tykoth/provadev-react
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-admin tutorial
This is the application built while following the [tutorial](https://marmelab.com/react-admin/Tutorial.html).
## How to run
After having cloned the react-admin repository, run the following commands:
```sh
make install
make run-tutorial
```