https://github.com/marmelab/react-admin-demo
Source of the react-admin react.js demo, using a dummy REST service powered by FakeRest
https://github.com/marmelab/react-admin-demo
Last synced: 4 months ago
JSON representation
Source of the react-admin react.js demo, using a dummy REST service powered by FakeRest
- Host: GitHub
- URL: https://github.com/marmelab/react-admin-demo
- Owner: marmelab
- License: mit
- Created: 2018-04-17T20:44:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T08:26:54.000Z (4 months ago)
- Last Synced: 2025-02-17T02:53:26.445Z (4 months ago)
- Homepage: https://marmelab.com/react-admin-demo
- Size: 122 MB
- Stars: 70
- Watchers: 13
- Forks: 35
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Admin Demo
This is a demo of the [react-admin](https://github.com/marmelab/react-admin) library for React.js. It creates a working administration for a fake poster shop named Posters Galore. You can test it online at [https://marmelab.com/react-admin-demo](https://marmelab.com/react-admin-demo).
[](https://vimeo.com/268958716)
React-admin usually requires a REST server to provide data. In this demo however, the REST server is simulated by the browser (using [FakeRest](https://github.com/marmelab/FakeRest)).
The source code is available in the main [marmelab/react-admin](https://github.com/marmelab/react-admin) repository, in the [examples/demo/](https://github.com/marmelab/react-admin/tree/master/examples/demo) directory. To explore it, start with [src/index.tsx](https://github.com/marmelab/react-admin/blob/master/examples/demo/src/index.tsx).
This repository only contains the compiled code served by the GitHub CDN at https://marmelab.com/react-admin-demo. You can find this production code [in the `gh-pages` branch](https://github.com/marmelab/react-admin-demo/tree/gh-pages) of this repository.