Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 609 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 609 Bytes

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!!!