Rafeed M. Bhuiyan d82708f6bd Removed dist from tracking (#5)
`dist` was being tracked on a false premise. My bad

Co-authored-by: pptx704 <rafeedm.bhuiyan@gmail.com>
Reviewed-on: #5
2025-06-16 23:20:46 +00:00
2025-06-16 01:43:50 +00:00
2025-06-16 01:43:50 +00:00
2025-06-16 23:20:46 +00:00
2025-06-16 01:43:50 +00:00
2025-06-16 01:43:50 +00:00
2025-06-16 01:43:50 +00:00
2025-06-16 01:43:50 +00:00
2025-06-16 01:43:50 +00:00
2025-06-16 01:43:50 +00:00

CapacitorTemplate

A modern React + Vite + Tailwind CSS starter template optimized for building cross-platform mobile applications using Capacitor. This template provides the essential tools and configurations needed to build, preview, and deploy apps to iOS and Android platforms developed by Omukk.


Components

  • Basic Capacitor dependencies
  • Initial codebase to start from

Using this template

  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>
    

🧰 Installation

Ensure you have Node.js and npm installed.


# Install dependencies
npm install

# Initialize Capacitor
npx cap init

# Add iOS and Android platforms
npx cap add ios
npx cap add android

# Build the web assets
npm run build

# Sync with Capacitor
npx cap sync

# Open platforms
npx cap open ios
npx cap open android
Description
Template repo for Capacitor frontend
Readme 198 KiB
Languages
JavaScript 50.9%
CSS 40.7%
HTML 8.4%