Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 508 Bytes

wordpress-starter-theme

Wordpress minimal starter theme based on _underscores with gulp, eslint (standard), browsersync, ES6.

## clone this repo into your local wordpress installations theme folder
$ git clone

## run npm install from the command line
$ npm install

## update config.js with your localhost wordpress url

## run gulp
$ gulp

## production
$ gulp --production

js-standard-style