DEV Community

Brayden W ⚡️
Brayden W ⚡️

Posted on

Does anyone know of a good ReactJS + Tailwind boilerplate?

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)

Collapse
 
thomasjouaville profile image
Thomas Jouaville

Hi,

github.com/ThomasJouaville/react-t...

This is my own boilerplate, really minimal but work well :-)

Collapse
 
braydentw profile image
Brayden W ⚡️

Looks great!

I have a question though. Do I just clone the repo and install the necessary dependencies?

Collapse
 
thomasjouaville profile image
Thomas Jouaville

Yes, you just need to clone. Then npm install, and npm start. Enjoy!

Thread Thread
 
braydentw profile image
Brayden W ⚡️

Thanks! This is a life saver 😅

Collapse
 
mikaelkeller profile image
Mikael Keller

thank you very much, it really helped a lot !!!

Collapse
 
oivoodoo profile image
Alexandr K

Hi.

github.com/creativetimofficial/tai...

it's a pretty good start, using it myself for VueJS

Collapse
 
braydentw profile image
Brayden W ⚡️

Cool, thanks!

Collapse
 
braydentw profile image
Brayden W ⚡️

Cool! Let me know what you come up with :D