Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.
/ rapido Public archive

Easy and fast Wordpress theme development with advanced front-end development technologies to empower your workflow

License

Notifications You must be signed in to change notification settings

imranismail/rapido

Repository files navigation

Features

Installation

cd /wordpress/wp-content/theme/
git clone git@github.com:imranismail/rapido.git
npm install && bower install && composer install

Edit gulpfile.babel.js and change rapido.dev to your wordpress installation host in your local machine.

for ease of setup I myself prefer to use bedrock as the development environment.

now run gulp and your assets should be compiled, served and synced to your browser.

Gulp Tasks

├─┬ default
│ └── serve
├─┬ build (Preferred for production cycle, serves assets without sourcemaps and minified)
│ └── webpack:production
├─┬ serve (Preferred for development cycle, serves assets with sourcemaps and browser-sync)
│ ├── webpack:development
│ └── browser-sync
├── webpack:production
├── webpack:development
└── browser-sync

Credits

About

Easy and fast Wordpress theme development with advanced front-end development technologies to empower your workflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published