The DevExtreme ThemeBuilder UI allows you to modify themes shipped with DevExtreme or create custom themes. This tool is available online.
If you need to run the ThemeBuilder UI locally, clone this repository and follow the instructions below.
You will need Node.js 20 or higher and pnpm 9 or higher. The app is built using angular-cli.
Run the following commands:
pnpm install
pnpm start
Go to http://localhost:4200/.
NOTE: The ThemeBuilder UI creates themes for the latest minor DevExtreme version. If you want to create a theme for a specific version, use the ThemeBuilder CLI.