Hello!
I've started learning TailwindCSS and really love it!
However, the process of putting it in a ReactJS app takes some time and I think a boilerplate or CLI would speed this process up a lot.
If anyone knows of any resources or tools similar to this, that would be awesome.
Thanks again!
Top comments (8)
Hi,
github.com/ThomasJouaville/react-t...
This is my own boilerplate, really minimal but work well :-)
Looks great!
I have a question though. Do I just clone the repo and install the necessary dependencies?
Yes, you just need to clone. Then npm install, and npm start. Enjoy!
Thanks! This is a life saver 😅
thank you very much, it really helped a lot !!!
Hi.
github.com/creativetimofficial/tai...
it's a pretty good start, using it myself for VueJS
Cool, thanks!
Cool! Let me know what you come up with :D