An open API service indexing awesome lists of open source software.

https://github.com/dalenguyen/wordpress-sage-uikit-starter

WordPress + Sage Theme 8.5.3 + Uikit 2 Framework
https://github.com/dalenguyen/wordpress-sage-uikit-starter

sage-theme uikit wordpress-development-kit wordpress-theme-boilerplate

Last synced: 7 months ago
JSON representation

WordPress + Sage Theme 8.5.3 + Uikit 2 Framework

Awesome Lists containing this project

README

          

# WordPress + Sage theme 8.5.3 + UiKit 2 Framework

This is a starter respository that boostraps your development process with preloaded Sage theme and Uikit Framework. This wordpress boilerplate is also preloaded [CMB2 plugin](https://github.com/CMB2/CMB2https://github.com/CMB2/CMB2) for creating metaboxes, custom post type...

# Getting Started

```
git clone https://github.com/dalenguyen/wordpress-sage-uikit-starter
```

Go to theme folder and install dependencies for your sage theme

```
npm install
bower install
gulp && gulp watch
```

Happy Wordpress custom theme development

# Before getting to development

- Update your .gitignore file. You can use this sample from [github](https://github.com/github/gitignore/blob/master/WordPress.gitignore)
- Read about [Sage Theme](https://roots.io/sage/docs/theme-installation/)
- Read about [Uikit Framework](https://getuikit.com/docs/introduction)