Skip to content

phoenixnitin/interiit_mobileapp

Repository files navigation

Perform these steps:

$ git clone https://github.com/phoenixnitin/interiit_mobileapp.git

$ cd interiit_mobileapp

$ sudo npm install -g ionic cordova

$ sudo npm install

Then, run it:

To run into the browser:

$ ionic serve

To add platform, and run on it

$ ionic cordova platform add android

$ ionic cordova run android

To build android app:

$ ionic cordova build android

Before performing any change to codes, change your working branch:

$ git checkout work_in_progress

You need to have android sdk.

Substitute android for ios if not on a Linux.

NOTE: Do not push auto-generated files. Only push those on which you worked on.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published