Project Set Up
Framework Templates
WordPress projects use the
pt-wordpress
template.Laravel projects use the
pt-laravel
template.React-based CMS template.
CSS Framework
Templates should pull our latest CSS Framework when starting a new project.
Build Process
Our project templates are already set up to use the latest Webpack (v4). Our Webpack implementation is inspired by Facebook's react-scripts package. We should use the react-scripts
package as an example of Webpack best practices when updating our own build process.