This is the first post in a potential series of posts about using WordPress with Tailwind CSS. To start with there is a really great looking repo we can clone down to get us started:
- https://github.com/mishterk/wp-laravel-mix-theme-boilerplate
- There is also a great tutorial from the author about setting it up
- To fix the first error you run into during setup view this post:
- When compiling/optimizing the site once its ready to go on a test server or live server we can run:
- npm run dev
- npm run prod