This repository shows various Ionic & Capacitor Features. Made using TypeScript, React, Vite, Ionic, Capacitor & Electron. Deployed to Netlify.
Tutorial Followed: freeCodeCamp
Instructor: Simon
Funcionalities:
- Ionic Slider to Show Sliding Components.
- Native Camera & Image Picker.
- Button Animation.
- Various Gesture.
- Pull Down to Refresh.
- In-App Screen Navigation with Gesture.
- Modern / Responsive Layout.
- Desktop Application with Electron Wrapper.
Node ^= 16
Android Studio / XCode (Virtual Device Simulation)
VS Code (IDE)
git clone https://github.com/nayak-nirmalya/ionic-playground.git
To run your project, navigate to the root directory and run one of the following npm commands:
npm run dev
Running commands with npm npm run [command]
command | description |
---|---|
dev |
Starts a development instance of the web app |
build |
Starts a building final version for production |
lint |
Run lint check as configured in .eslintrc.js file |
preview |
Run final build production version |
npx:sync |
Sync all apps to final version |
run:android |
Run android app with hot reload feture |
electron |
Run the desktop app with electron |