Comparison- React Application
This is a React-based web application that compares and constrast how Tailwind css and Material UI measure up in standard web application use cases
Tech Stack
- React: The JavaScript library for building user interfaces.
- Vite: A fast build tool and development server.
- Material UI: A popular React UI framework for modern design components.
- Tailwind CSS: A popular React UI framework for modern design components.
Setup Instructions
1. Clone the repository:
git clone https://github.com/Bildad123/mui-tailwind-comparison.git
2. Install dependencies
cd mui-tailwind-comparison
npm install
3. Running the Development Server
npm run dev
4. Building for Production
npm run build
npm run preview