/create-tailwind-app

Create React App + TailwindCss | Awesome React and TailwindCss Boilerplate

Primary LanguageCSSMIT LicenseMIT

Create React App + Tailwind CSS

(with Purgecss, Autoprefixer, CSSNano and postcss)

It's Create React App but with Tailwind CSS config, ready to use

Create React apps with no build configuration.

Installation

git clone  my-app
cd my-app
npm run start  // for live reloading (also reloads everytime you change tailwind config)
npm run build  // for production (purges unused CSS and minifes and adds prefixes)

Thanks!