# ThemeBuilder **Repository Path**: mirrors_DevExpress/ThemeBuilder ## Basic Information - **Project Name**: ThemeBuilder - **Description**: A tool for creating custom DevExtreme themes - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![CircleCI](https://circleci.com/gh/DevExpress/ThemeBuilder.svg?style=svg)](https://circleci.com/gh/DevExpress/ThemeBuilder) # DevExtreme ThemeBuilder UI The DevExtreme ThemeBuilder UI allows you to modify themes shipped with DevExtreme or create custom themes. This tool is available [online](https://devexpress.github.io/ThemeBuilder/). If you need to run the ThemeBuilder UI locally, clone this repository and follow the instructions below. ## Prerequisites You will need Node.js 12.16 or higher and npm 5.5.1 or higher. The app is built using angular-cli. Run `npm install @angular/cli -g` to install it. ## Install required packages and Launch Run the following commands: ``` npm install npm 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](https://js.devexpress.com/Documentation/Guide/Common/DevExtreme_CLI/#ThemeBuilder).