Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 462 Bytes

theme-switcher

template project to switch web app theme at runtime

Customize app theme achieved by backend LESS compiler service, global theme styles appended to Head end then overwrite the previous theme.

screenshot

How to use

Run front-end in dev mode:

yarn && yarn serve

Run node.js server:

yarn server

Visit webapp in localhost browser and customize theme color.