For all your tutorials, are there any a starting point codes which I can use to follow along? The current downloadable codes bases are the final ones. Hard to follow along. Any help? Thanks.
Since you use VSCode, do you have a video or tutorial on what plugins you use for Rails 8 and also any specific settings you set to make you more productive? Thanks.
I have tried your template, and not sure why the tailwind didn't rendered properly. I think your template is using tailwind 3 and not the latest tailwind 4, as you are using tailwind.config.js (looks like below).
To fix it, I need to do this bundle add tailwindcss-rails
./bin/rails tailwindcss:install
Then only it works. So your template needs to do anything extra?