webpack-gulp-wordpress-starter-theme icon indicating copy to clipboard operation
webpack-gulp-wordpress-starter-theme copied to clipboard

A WordPress theme with Webpack & Gulp

WordPress Gulp and Webpack starter theme

Under the hood

Requirements

Usage

First, clone this repository in your WordPress themes directory.

Then, run the following commands in the theme's directory :

npm install

Launch your watch for assets with :

npm run start

For production sites, create your build with :

npm run build