I think create-react-app doesn't mesh well with Tailwind since it doesn't expose the webpack config, so you have to create separate package.json scripts just to get the css to be importable.
If you wanna open up an issue in your repo and assign my github account to it, I can take a crack eventually sometime!
Thanks so much, can you make a PR for the same.
That would help others who would use the template.
Can I recommend a different starter, one that is preconfigured with Next.js? I have a starter template for that already made!
github.com/mattwaler/next-starter
Hey nice but I want to have one with
create-react-app
, the one used by many. So created this.Repo is so good, organisation and everything 🔥
I think create-react-app doesn't mesh well with Tailwind since it doesn't expose the webpack config, so you have to create separate package.json scripts just to get the css to be importable.
If you wanna open up an issue in your repo and assign my github account to it, I can take a crack eventually sometime!
Sure will do that.
Thanks.