/skeleton

A basic skeleton theme for WordPress. Set up to be used with gulp.

Primary LanguagePHP

Skeleton

A basic WordPress theme without predefined template HTML. Set up to be used with gulp and bootstrap.

Using gulp


Before using gulp make sure you have installed node, sass, bower and gulp (globally). When you have everything installed just run the commands below and you are up and running.

npm install
bower install
gulp default
Installations