0.1.2 • Published 5 years ago
create-react-tailwind-app v0.1.2
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-appProject 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-appFollow the instructions in README.md
CRA
Add create react app globally
npm i -g create-react-tailwind-app
cra