Skip to content

saadeghi/create-react-app-tailwindcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create React App + Tailwind CSS

(with Purgecss, Autoprefixer, CSSNano)

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

  1. Clone
  2. npm i
  3. npm run start for live reloading (also reloads everytime you change tailwind config)
  4. npm run build for production (purges unused CSS and minifes and adds prefixes)

Thanks!