How to use Bootstrap 4 with WordPress

This tutorial goes over how to get the Bootstrap 4 WordPress starter theme StrapPress setup.

After watching the 14 minute video it really comes down to only having to do 4 things.

Setup StrapPress

  1. Download StrapPress and cd into the theme directory from your terminal
  2. Run npm install
  3. Run gulp bower
  4. Run gulp

Once gulp is running you can start writing your custom CSS, overriding Bootstrap variables, and customizing the theme to fit your needs.

Mentioned in the Video

Download the current version of StrapPress here. You need to make sure you have Node.js and Gulp.js installed on your computer to follow this tutorial.

The next tutorial goes over the different Gulp tasks in StrapPress and how I use them in my WordPress theme development workflow.