All the fixings so I can spin up new WordPress plugins quickly and learn all the things.
- Download or clone this repo into the directory of your choice inside
wp-content/plugins. cdinto the plugin directory and runyarnfrom the command line.- Edit the
Browsersyncplugin settings withinwebpack/webpack.dev.js. - Run
yarn devfor development mode. Browsersync will be engaged. - Run
yarn buildfor a production build.