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

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

Awesome Lists containing this project

README

          

# 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](./assets/final-result.png)

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