Create React Tailwind App
React Tailwind boilerplate generator, Inspired from Create Reason React Tailwind Generator
Boilerplate for Tailwind CSS Configured without ejecting from Create React App
Quick Start
npx create-react-tailwind-app
Project Name - Add the project name
Enter the name of the project you'd like to generate
my-app
| cra
will create a new folder with the template project.
cd my-app
Follow the instructions in README.md
CRA
Add create react app globally
npm i -g create-react-tailwind-app
cra