Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

shoetten/bedrock-gulp

Repository files navigation

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.

About

Wordpress boilerplate combining Bedrock and wordpress-gulp-starter-kit

Resources

Stars

Watchers

Forks

Packages

No packages published