Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

A simple Capacitor starter with Ionic v3 blank (based on Josh Morony's tutorial)

Notifications You must be signed in to change notification settings

edskeizer/ionic-capacitor-starter

Repository files navigation

Capacitor & Ionic v3

This repo was made to have a blank Ionic v3 together with Capacitor, based on Josh Morony's tutorial.

Prerequisites

Use Node v8+ to have the npx command available.

Install Cocoapods if necessary: sudo gem install cocoapods

Run npm install

How to build

Build the code using:

$ npm run ionic:build --prod

For iOS testing

Add iOS as platform: npx capacitor add ios

Run npx capacitor copy ios (this copies your builded code to the ios platform)

and run npx capacitor open ios respectively.

For Android testing

Add Android as platform: npx capacitor add android

Run npx capacitor copy android (this copies your builded code to the android platform)

and run npx capacitor open android respectively.

About

A simple Capacitor starter with Ionic v3 blank (based on Josh Morony's tutorial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published