Files
react-template/README.md
2025-06-16 08:55:10 +06:00

21 lines
652 B
Markdown

# Omukk React Template
Template repository for all React front-end projects developed by Omukk with Vite + TypeScript + React + TailwindCSS
## Prerequisites
- Node.js >= 18
- pnpm
- Docker
## Setup
1. **Create a new repository from this template**:
- In Omukk Repos, navigate to [this repository](https://git.omukk.dev/mustaqmujahidmim/react-template)
- Click the "Use this template" button at the top of the page
- Choose "Create a new repository"
- Fill in your new repository details and click "Create Repository"
2. **Clone your new repository**:
```bash
git clone git@git.omukk.dev/<username>/<repo>.git
cd <repo>
```