A minimal setup of Create-React-App with Tailwind CSS integration.
- React 18
- Tailwind CSS
- Minimal configuration
- No extra dependencies
- Node.js (14.x or higher)
- npm (6.x or higher)
Clone this repository:
git clone https://github.com/D3TR3/Create-React-App-TW-Minimalnpm start- Runs the app in development modenpm run rei- Reinstalls dependencies (deletes node_modules & package-lock.json, then runs npm install)npm run build- Builds the app for production
src/
├── components/
├── App.js
├── index.js
└── index.css
This project uses a minimal Tailwind CSS setup with default configuration. The configuration can be found in tailwind.config.js.