Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/junaidqadirb/branch

Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
https://github.com/junaidqadirb/branch

bootstrap bootstrap3 browsersync gulp html javascript php sass timber timber-library twig wordpress-starter-theme

Last synced: 1 day ago
JSON representation

Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap

Awesome Lists containing this project

README

        

# branch
A WordPress starter theme based on Timber library and Bootstrap. (Forked from [Timber Starter Theme](http://github.com/Upstatement/timber-starter-theme))



Features
---
- Based on Timber library.
- Uses Bootstrap and is responsive
- NPM for package management.
- SASS
- Gulp for building
- Browsersync for multi-device testing

Development Prerequisites
---

- [Composer](http://getcomposer.org)
- [Nodejs](http://nodejs.org)
- [SASS](http://sass-lang.com/install)
- [Gulp CLI](http://gulpjs.com/)
- [Browsersync](https://browsersync.io/)

Configure for development
---
- Assuming you have installed WordPress,

`cd` into `wp-content/themes`

`composer create-project jeykeu/branch your-theme-name`

- Change to the `your-theme-name` directory
- Open up `style.css` and modify theme name and other details to your liking
- Edit `gulpfile.js` and set `devUrl` to your local WordPress URL in order to use browsersyncing feature
- and then

`gulp`

Happy theming y'all!!