FredKSchott / create-snowpack-app

The all-in-one app template for Snowpack. [moved]
https://www.snowpack.dev
Other
727 stars 96 forks source link

Adding Tailwind React template #128

Closed mrkldshv closed 4 years ago

mrkldshv commented 4 years ago

I would be glad to make React and Preact community templates with Tailwind built-in so people can just bootstrap it without configuring. It is really easy to make but I think it might be a good idea to add them.

FredKSchott commented 4 years ago

Yes! That would be amazing

mrkldshv commented 4 years ago

Should I simply publish it as npm package and then include it in the readme as a community plugin?

FredKSchott commented 4 years ago

Yes please!

mrkldshv commented 4 years ago

@FredKSchott Is it reasonable to make snowpack-preact-template? The configuration will be pretty much similar to existing react template. So I'm not sure about this one.

FredKSchott commented 4 years ago

I think the react + tailwind template is probably enough to show people how it's done. I'd be fine with adding a note in the README saying "React/Preact + Tailwind" instead, if you added a note in your README with instructions for how to replace React with Preact.

mrkldshv commented 4 years ago

Awesome, I will do like that.