Luwangel / react-admin-tutorials-build-your-own-theme

Learn how to customize the theme of a react-admin application without rewriting everything

Home Page:https://marmelab.com/blog/2020/09/11/react-admin-tutorials-build-your-own-theme.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-admin Tutorial - Changing The Look And Feel Of React-Admin Without JSX

publication 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.

Screenshot

How to run

If you're running this app standalone:

# 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:

# 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/.

The credentials are login/password

About

Learn how to customize the theme of a react-admin application without rewriting everything

https://marmelab.com/blog/2020/09/11/react-admin-tutorials-build-your-own-theme.html


Languages

Language:JavaScript 99.2%Language:HTML 0.8%