Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.27 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.27 KB

wp-bootstrap4-sass

A clean slate Wordpress theme template with Bootstrap(4), Sass, and a Webpack/Babel config. This can be a decent starting point for simple theme development.

Installation

  • Clone or download into your themes folder
  • Using command line(Terminal or Command Prompt) navigate to wp-bootstrap4-sass directory
  • Run npm install
  • Run npm start for Webpack development build
  • Run npm run build for Webpack production build
  • Webpack config has watch: true for live compiling of JS and Sass

Dev Dependencies

Dependencies

Acknowledgements

License

MIT