Skip to content

A highly-opinionated WordPress starter theme / development framework

Notifications You must be signed in to change notification settings

markbaindesign/wp-project-base

 
 

Repository files navigation

WP Project Base

Version: 0.0.0

By Bain Design

1. Setup

  • NPM. Open project directory in terminal and run npm install to install all grunt plugins. See package.jsonfor details.
  • Run bower install to download Bower components (and their dependencies) to /bower_components. See bower.jsonfor details.
  • Run grunt copyassetsto copy assets from /bower_componentsto the appropriate theme directory. See Gruntfile.jsfor details.

2. Development

  • Run grunt to compile your Sass and run the watch task. See Gruntfile.jsfor details.

This project uses Git Flow

Languages

  • PHP 73.0%
  • JavaScript 21.4%
  • CSS 5.6%