0.1.2 • Published 4 years ago

create-react-tailwind-app v0.1.2

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

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