Skip to content

dzmitROCK/Bootstrap4Press

Repository files navigation

Starting theme for WordPress, Bootstrap4Press!!!

Bootstrap 4 + WordPress

Theme based on http://underscores.me/

How start coding?

  1. git clone https://github.com/dzmitROCK/Bootstrap4Press.git
  2. cd Bootstrap4Press
  3. yarn or npm i
  4. create file gulp-config.yaml and copy all content from gulp-default-config.yaml correcting DEVURL
  5. yarn start or npm run start development mode. sourcemaps, no minify and other.
  6. yarn build or npm run build production mode. No serv, no sourcemaps, minify and other.

Develop folder src Production folder dist

Theme includes

  • Bootstrap 4.1.3
  • jQuery 3.3.1
  • FontAwesome 5.2.0
  • Popper.js 1.14.4

Project Builder

  • gulp
  • webpack
  • scss
  • babel
  • imagemin

Good luck!