This project uses Velvet's WP Theme Boilerplate with Tailwind CSS.
- Webpack for compiling assets, concatenating and minifying files
- PostCSS for stylesheets
- Tailwind CSS as a front-end framework
Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.
Make sure all dependencies have been installed before moving on:
- Go to theme folder and run
composer install && npm install && npm run build
- To start development, run
npm run start
- For production, run
npm run build