Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 468 Bytes

File metadata and controls

22 lines (14 loc) · 468 Bytes

Wordpress theme boilerplate

Boilerplate for starting developing a new theme in wordpress.

Installation

Just clone this repo in your wp-content/themes folder, then execute:

$ npm install
$ gulp watch

What it have

  • SASS (with bootstrap and font awesome) setup;
  • JS with browserfy configured;
  • Base files for developing themes;

License

See the License file.