Skip to content

A very basic Wordpress theme using Webpack to compile Sass and JS.

Notifications You must be signed in to change notification settings

danderozier/wordpress-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordpress Theme Boilerplate w/ Webpack

This is a very simple Wordpress boilerplate theme that uses Webpack to compile Javascript and Sass.

Install

In your Wordpress theme folder:

$ git clone https://github.com/danderozier/wordpress-webpack-boilerplate
$ yarn install
$ yarn run watch

Usage

Javascript will compile to dist/main.min.js, and Sass will compile directly to the theme's style.css file.

Releases

No releases published

Packages

No packages published