Skip to content

lukeharvey/wordpress-starter-theme-gulp

Repository files navigation

Wordpress Starter Theme Gulp

A WordPress starter theme using Gulp.

Features:

Getting started

Install pre-requisites

  • Node $ brew install node
  • Gulp $ npm install -g gulp

(Optional) Install linters globally

  • Prettier $ npm install -g prettier
  • ESLint $ npm install -g eslint eslint-config-prettier
  • stylelint $ npm install -g stylelint stylelint-config-suitcss

Setup

$ git clone https://github.com/lukeharvey/wordpress-starter-theme-gulp.git lh
$ cd lh
$ npm install

Then edit gulpfile.js to set the correct proxy URL for Browsersync.

Developing 'lh'

# Asset compilation
$ gulp build

# Start live reload server with automatic asset compilation
$ gulp serve

# List other available gulp tasks
$ gulp help

Author

Luke Harvey

A web developer / web designer from the UK.

About

A WordPress starter theme by Luke Harvey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published