Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saadeghi/create-react-app-tailwindcss
create react app with tailwindcss configed
https://github.com/saadeghi/create-react-app-tailwindcss
autoprefixer create-react-app cssnano postcss react reactjs tailwind tailwindcss
Last synced: 7 days ago
JSON representation
create react app with tailwindcss configed
- Host: GitHub
- URL: https://github.com/saadeghi/create-react-app-tailwindcss
- Owner: saadeghi
- Created: 2020-05-19T12:53:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T13:22:37.000Z (over 4 years ago)
- Last Synced: 2024-10-11T12:48:01.412Z (23 days ago)
- Topics: autoprefixer, create-react-app, cssnano, postcss, react, reactjs, tailwind, tailwindcss
- Language: JavaScript
- Size: 28.3 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tailwindcss - Create React App with PurgeCSS + Autoprefixer + CSSNano - CRA boilerplate using CSS Nano. (Starters & Themes)
README
# Create React App + Tailwind CSS
## (with Purgecss, Autoprefixer, CSSNano)
It's [Create React App](https://github.com/facebook/create-react-app) but with Tailwind CSS config, ready to use1. 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!