Basey is a developer-friendly WordPress base (or parent) theme built with UIkit and GulpJS.
Extremely flexible, easy to customize and adheres to WordPress coding standards for a friendlier theming experience.
- Make sure you have the following installed:
- Have a vhost setup for
wordpress.dev
. You can change this to your liking ingulpfile.js
; needed for BrowserSync - In your terminal, navigate to your theme's directory and run the following:
npm install
- Installs build modules and assets
gulp
- Builds initial project
gulp watch
- Watches for project changes and starts BrowserSync instance
Enjoy!
Copyright Zachary Schnackel under the MIT license.