Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 348 Bytes

File metadata and controls

8 lines (7 loc) · 348 Bytes

WP Webpack

WordPress starter theme built with Webpack.

How to use

  • 1 - Clone the project inside the /wp-content/themes/ directory.
  • 2 - Run npm install to install all dependencies.
  • 3 - Run npm run dev to start developing.
  • 4 - Run npm run prod to build files for production!