🖋️
AllUChat Ionic 4 Whatsapp Template
  • Docs
  • Theming App
  • Project Structure
  • Integration With Api
Powered by GitBook
On this page

Was this helpful?

Docs

Install Ionic

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

$ npm install -g ionic

After that extract zip and run 'ionic serve' inside extracted directory:

// move to project directory
cd alluchat
//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

NextTheming App

Last updated 5 years ago

Was this helpful?