You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2021. It is now read-only.
Hi, this is a really helpful template so far I can find. However, can you share how you build this template, cause I'm wondering if I can do the same thing.
@kaisheng1 The template you linked to uses a package named craco to customise the CRA from the outside.
Mine uses a custom package that is self made: create-react-app-tailwind that is forked from create-react-app which is customised to include tailwind and postcss.
For a recent project, I created a fork of React Scripts and fetches from a tailwind css template pushed to npm.
It can be used with:
Requires @next for now, since some fixes for template are not on major releaseWith the release of 3.3.0, this is now directly supported.
I was wondering if the repositories could be moved here for better maintanence and visiblity.
The text was updated successfully, but these errors were encountered: