Skip to content

oguilleux/webpack-gulp-wordpress-starter-theme

Repository files navigation

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