oguilleux / webpack-gulp-wordpress-starter-theme

A WordPress theme with Webpack & Gulp
153 stars 30 forks source link
babel bootstrap bootstrap5 es6 es6-javascript eslint gulp gulp4 sass sass-guidelines webpack webpack5 wordpress wordpress-gulp wordpress-starter-theme wordpress-theme wordpress-webpack

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