ihorduchenko / wordpress-with-gulp

Developing WordPress themes using Gulp task manager

Home Page:http://ihorduchenko.cloudaccess.host

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress with Gulp

Development of Wordpress theme using Gulp task manager

Get Started

# Copy "wordpress-with-gulp" folder into your local Wordpress project: {your-site-folder}/wp-content/themes/

# Install dependencies
npm install

# Change local URL for your project in gulpfile.js
browserSync.init(files, {
  proxy: "{your-local-url-without-http}",
  notify: false
});

# Run the poject using terminal
gulp

# Project runs on http://localhost:3000

App Info

Author

Ihor Duchenko Ihor Duchenko

Version

1.0.0

Happy coding!!!

About

Developing WordPress themes using Gulp task manager

http://ihorduchenko.cloudaccess.host


Languages

Language:HTML 51.9%Language:PHP 21.6%Language:CSS 21.1%Language:JavaScript 5.4%