Tailwind npm automatic installer #4186
jenstornell
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Everytime I install Tailwind it's a bit of a hassle to install and setup the environment. It involves installing dependences, editing
postcss.config.js
,tailwind.config.js
,tailwind.css
.What about the idea to have an npm package as a helper to setup the whole thing? Every installation is different so some options should help as well.
Steps in the terminal:
Or even simpler:
For edge cases you may still need to install it manually but for the common uses this may save a lot of time.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions