Install Ionic and run app
Swage Template is bases on Ionic 4 so we need to install ionic by using npm:
Extract Zip and move to user_app
$ cd user_app$ npm install -g ionic// move to project directory
cd swage
//run npm install to get all dependencies
npm install
// run ionic serve
ionic serve// move to project directory
cd swage
//run npm install to get all dependencies
npm install
// run ionic cordova run android
ionic cordova run android/iosLast updated