Development of Wordpress theme using Gulp task manager
# 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
Ihor Duchenko Ihor Duchenko
1.0.0