/ba-wp-theme

This is a template that I will be using for my future WordPress theme projects

Primary LanguagePHP

BA-WP

Author: Brett Anda

Todo

  • Test this on a blank Wordpress site

Modules Used

Instructions for use

Starting off

When starting a project run these:

Checks for updates on everything needed for the code

composer update

Installs the above updates if there are any

composer install

When you are coming back to edit a project run this:

If there are missing packages run this:

npm install

Begins the SASS watch command

npm start

To clone this into the themes folder use

git submodule add https://github.com/brettanda/ba-wp-theme brettanda

Styling Methods

I am (trying) to use Bem for my SCSS formatting

WordPress

For help go to wordpress.org