React Setup Guide

Follow these steps to set up a new React project with InfinityUI

Download Starter Template

Get started quickly with our pre-configured React template

Manual Setup

1. Create a new React project

npx create-react-app my-app --template typescript

2. Install dependencies

npm install @infinityui/react tailwindcss framer-motion

3. Initialize Tailwind CSS

npx tailwindcss init -p