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

Last updated