Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rirefat/social-react


https://github.com/rirefat/social-react

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Social React

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.

## Features

- 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

## Installation

1. Clone the repository:
```bash
git clone https://github.com/rirefat/social-react.git
cd social-react
```

2. Install dependencies:
```bash
npm install
```

## Running the Project

Start the development server:
```bash
npm run dev