`dist` was being tracked on a false premise. My bad Co-authored-by: pptx704 <rafeedm.bhuiyan@gmail.com> Reviewed-on: #5
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
-
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"
-
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
Languages
JavaScript
50.9%
CSS
40.7%
HTML
8.4%