Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rirefat/social-react
https://github.com/rirefat/social-react
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rirefat/social-react
- Owner: rirefat
- Created: 2024-03-03T06:03:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T10:44:45.000Z (10 months ago)
- Last Synced: 2024-03-12T12:02:46.383Z (10 months ago)
- Language: JavaScript
- Homepage: https://social-react-connect.vercel.app
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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