shoetten/bedrock-gulp

A modern WordPress stack


Keywords
composer, wordpress, vagrant, stack, wp, roots, gulp, bedrock
License
GPL-3.0

Documentation

A WORDPRESS BEDROCK / GULP STARTER KIT

This repo combines the wordpress boilerplate Bedrock, with the gulp integrations from wordpress-gulp-starter-kit.

I use this and VVV as a starting point for my wordpress projects.

How to use

Getting started

Make sure you have composer, npm (comes with node) and gulp installed.

Then create a new project by running:

composer create-project shoetten/bedrock-gulp <path>
cd <path>

If everything worked out alright, you can fire up gulp and start developing your theme, located at /src/.

Install a wordpress plugin

Search through wordpress plugins on WordPress Packagist and install & activate it by running

composer require wpackagist-plugin/<plugin-name>
wp plugin activate <plugin-name>

CREDITS

All credit goes to the authors of the original libraries - Bedrock and the wordpress-gulp-starter-kit.

LICENSE

Licensed under the GPL 3.0.