Background

Every view is implemented using Bootstrap4, but in some apps they are also implemented with Bootstrap3. The decision which template that will be used is handled with 2sxc Polymorphism Configuration.

 

Customize

  1. Make sure you have WebPack and all the tools to compile SCSS and TS Files
  2. Make your changes
  3. Run npm run build-prod to generate JS/CSS from SASS and TypeScript
  4. Go to a site where you added the app and refresh the browser to see the changes.