https://github.com/luwangel/react-admin-tutorials-build-your-own-theme
Learn how to customize the theme of a react-admin application without rewriting everything
https://github.com/luwangel/react-admin-tutorials-build-your-own-theme
hacktoberfest react react-admin tutorial
Last synced: about 1 year ago
JSON representation
Learn how to customize the theme of a react-admin application without rewriting everything
- Host: GitHub
- URL: https://github.com/luwangel/react-admin-tutorials-build-your-own-theme
- Owner: Luwangel
- Created: 2020-07-08T15:57:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T23:11:29.000Z (over 3 years ago)
- Last Synced: 2023-08-06T08:50:29.735Z (almost 3 years ago)
- Topics: hacktoberfest, react, react-admin, tutorial
- Language: JavaScript
- Homepage: https://marmelab.com/blog/2020/09/11/react-admin-tutorials-build-your-own-theme.html
- Size: 3.6 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-admin Tutorial - Changing The Look And Feel Of React-Admin Without JSX
Archived Repository
The code of this repository was written to illustrate the blog post Changing The Look And Feel Of React-Admin Without JSX
This code is not intended to be used in production, and is not maintained.

## How to run
If you're running this app standalone:
```sh
# install dependencies
yarn
# run the app in watch mode (reloads when a change is detected in the app code)
yarn dev
```
If you're in the react-admin repository:
```sh
# install the dependencies for the monorepo
make install
# run the app in extended watch mode (reloads when a change is detected in the app code and in the packages code)
make run-simple
```
And then browse to [http://localhost:8080/](http://localhost:8080/).
The credentials are **login/password**