The default starter for Gridsome, with Tailwind CSS and PurgeCSS installed to start without struggling with setup.
Tailwind CSS and PurgeCSS Config following Brandon's post.
I'd like to thank Cosmin and Brandon who helped me understand the whole setup and make it work correctly.
I hope this starter will help beginners like me getting started easily with Gridsome and Tailwind CSS.
It's my very first time using Github to share a repo so don't hesitate to tell me if there is something wrong here.
npm install --global @gridsome/cli
It's recommended that you install this starter with the gridsome create command, so that Gridsome removes the .git folder and installs NPM dependencies for you:
gridsome create my-gridsome-site https://github.com/willdante/gridsome-starter-tailwind-purgecss.gitto install the startercd my-gridsome-siteto open foldergridsome developto start local dev server athttp://localhost:8080- Happy coding 🎉🙌