Jekyll template project that shows how to start Tailwind CSS based website.
In rails there are a lot of talks about no-build/simplified frontends. But most guides for Jekyll suggest to use javascript bundler to integrate with Tailwind CSS. This feels like an overkill.
This template demonstrate how to do builder a tailwindcss website without dependency on javascript bundler. I have worked on couple of gems to enable that:
bundle install
jekyll s --watch
Modify _config.yml
file and start hacking on you're new website.
Everyone is welcome!