With the Whitelabel app you can customize many aspects of the UI, from changing the logo to managing the e-mail notification templates. This allows you to effectively apply your own branding and make this product your own.
- Upload files from directory
src
to directory with source files of your Monster UI (near the folders "apps", "css" and "js") - Register
whitelabel
app - Build your Monster UI with original builder (command
gulp
) - Activate the Whitelabel app in Monster UI App Store (
/#/apps/appstore
)
- Install dependencies
npm install gulp && npm install gulp-sass && npm install gulp-clean
- Run builder
gulp --gulpfile gulpfile-build-app.js
- Upload all folders and files from directory
dist
to root directory of your Monster UI (near the folders "apps", "css" and "js") - Register
whitelabel
app - Activate the Whitelabel app in Monster UI App Store (
/#/apps/appstore
)