WordPress starter theme built with Webpack.
- 1 - Clone the project inside the
/wp-content/themes/directory. - 2 - Run
npm installto install all dependencies. - 3 - Run
npm run devto start developing. - 4 - Run
npm run prodto build files for production!