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

652 B

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
    • 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:

    git clone git@git.omukk.dev/<username>/<repo>.git
    cd <repo>