- Install Ionic if you dont have it already: Ionic Getting Started
- Setup the app:
git clone https://github.com/CloudBoost/sample-ionic-social-network.git
cd sample-ionic-social-network
npm install
ionic serve
It is recommended that you sign up for a CloudBoost account and create your own app ID and keys, that way you have control of your users data
It is also further recommended that you implement sign in and sign up into the app in order to avoid spam. Check out CloudBoost's Users Tutorial to get started and find out how.