Files
Reduce/frontend/README.md
2025-12-14 05:33:05 +05:30

20 lines
338 B
Markdown

# Reduce Frontend
This is the frontend for the Reduce URL shortener, built with React, Vite, TypeScript, Tailwind CSS, and Chakra UI.
## Development
1. Install dependencies:
```bash
npm install
```
2. Run the development server:
```bash
npm run dev
```
## Docker
The frontend is set up to run with Docker Compose.