Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published