Skip to content

leoamrl/leoamaraldev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published