Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.13 KB

readme.md

File metadata and controls

32 lines (19 loc) · 1.13 KB

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