Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 443 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 443 Bytes

WP Template

Quick start for development using Docker

npm run docker:serve

# Will install npm and composer dependencies before running the dev server
npm run docker:serve -- install

NPM scripts

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Compiles for development by using webpack + Browsersync

npm start