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.
Run front-end in dev mode:
yarn && yarn serve
Run node.js server:
yarn server
Visit webapp in localhost browser and customize theme color.