> For the complete documentation index, see [llms.txt](https://maas-code.gitbook.io/alluchat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maas-code.gitbook.io/alluchat/master.md).

# 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:

```bash
// 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>
