WordPress + Bootstrap + Visual Composer
For most of the standard websites, I use the following workflow.
- Generate a WordPress starter theme in Underscores. Upload and activate the theme.
- Install and activate Visual Composer plugin (I’m slowly adapting the Guttenberg plugin instead).
- Import Bootstrap to the theme folder.
- Import Visual Composer fix that integrates the Visual Composer with Bootstrap https://github.com/b0gucki3/vs-bootstrap
- Point WordPress to the new styles.
- Compile and test Sass.
- Start the theme development, normally incrementally. Use git for version control of the theme folder.
This workflow is very flexible and not over-engineered.