Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 1 KB

README.md

File metadata and controls

71 lines (47 loc) · 1 KB

Boilerplate

This boilerplate was built using:

  • Wordpress
  • Docker
  • Webpack
  • PostCSS
  • Babel

How to Run

Setup:

Run this to build, start or (re)create the containers for the application

  npm start

Watch:

Run this to just watch to the changes in sass, js and image files

  npm run-script watch

Build:

Always before promote to production, run this

  npm run-script build

Build (PostCSS):

This wull run just PostCSS build configs

  npm run-script build:postcss

Backup:

Run this to save database from docker to file, as backup.sql on root

  npm run-script backup-database

Restore

Run this to up database with file backup.sql to docker

  npm run-script restore-database

Helpers


Panel