wordpress-webpack-starter
# Wordpress webpack starter theme This is a easy and simple starter theme template for building wordpress themes with webpack. This uses webpack, sass and babel for building. ## How to build in the theme - npm install > Always start with installing the packages - npm start > To build the theme - npm run dev > To build in the theme + live-reload. This will look for wordpress at port 8888 but you can easily change this in the webpack.config.dev file.