Appbase __mobile client__ is a [ionic framwork](http://ionicframework.com) project built to work with the [appbase-server](https://github.com/lab-241/appbase-server) project. This mobile client consumes the [appbase-server](https://github.com/lab-241/appbase-server) REST api.
## Pre requistes
*[Node.js](http://nodejs.org), Cordova and [Ionic-cli](https://npmjs.org/package/ionic) are required on your computer to start this project.
## Dev tools install
When [Node.js](http://nodejs.org) is present on your environment just run following command to install appbase-ionic dev requirements.
__CAUTION__ : Before start the client, you must ensure that server is up and running. Read [install server tutorial](../server/install.md) for instructions.
Appbase server is a [loopback framwork](http://loopback.io) project built to expose a REST API that appbase clients (like [ionic-client](https://github.com/lab-241/appbase-client-ionic)) will consumes.
### Pre requistes
*[Node.js](http://nodejs.org) and [loopback framwork](http://loopback.io) are required on your computer to start this project.
### Dev tools install
When [Node.js](http://nodejs.org) is present on your environment just run following command to install Loopback.