swage
  • Install Ionic and run app
  • Theming App
  • Integration With Api
  • Config
Powered by GitBook
On this page

Install Ionic and run app

Swage Template is bases on Ionic 4 so we need to install ionic by using npm:

NextTheming App

Last updated 5 years ago

Extract Zip and move to user_app

For delivery boy app check :-

For User App :-

$ cd user_app
$ npm install -g ionic

After that extract zip

If you want to run app on browser run 'ionic serve' inside extracted directory

// move to project directory
cd swage
//run npm install to get all dependencies
npm install
// run ionic serve
ionic serve

It will auto run app in browser or you can open directly : http://localhost:8100

If you want to run app on real device run

// move to project directory
cd swage
//run npm install to get all dependencies
npm install
// run ionic cordova run android
ionic cordova run android/ios

https://maas-code.gitbook.io/swage-delivery-boy/