A social media platform built with React and Vite. This project is designed to provide a minimal setup to get React working in Vite with HMR and some ESLint rules.
- React for building UI components
- Vite for fast builds and hot module replacement (HMR)
- Tailwind CSS for utility-first CSS styling
- ESLint for code linting and maintaining code quality
-
Clone the repository:
git clone https://github.com/rirefat/social-react.git cd social-react -
Install dependencies:
npm install
Start the development server:
npm run dev