A Simple Tailwind powered Github Pages Starter
Build a TailwindCSS site without any of the normal build and js requirements. Use a simple HTTP server and npm to deploy to Github pages.
Simply run
npm run start
locally to develop.
When you're ready to deploy, just run
npm run deploy
As long as Github Pages is turned on for your repo, you now have a functional TailwindCSS Site.