This is a barebones WordPress theme that has been configured to work with Tailwindcss v3 and provides Post archive and single pages out of the box.
- Download or clone this package to your WP /wp-content/themes/[your-own-theme] directory.
- Run npm install
- You can make modifications to the php files
- open command line type npm run build for production version or start for development version.
- It should work fine as the bundled JS and css files are enqueued in the functions.php file.
Have fun developing your own theme using tailwindcss!!!