DEV Community

Discussion on: Wordpress workflow in 2019

Collapse
 
thisisthien profile image
Thien Nguyen • Edited
  1. Use Git in your working projects only.
  2. Webpack is ok. You can use any bundler tool that is familiar to you. (I'm using Gulp for WordPress)
  3. How about CI/CD?
  4. Why do you need to keep the database consistency between your local and staging/production?