This WordPress theme is intended to be a starting point to build your own custom WordPress theme. It's configured with TailwindCSS along with other things such as webpack.
npm install
npm run dev
- creates unminified CSS and JSnpm run prod
- creates production-ready minified CSS/JS and purges unused CSS classes (📖Tailwindcss docs).