Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 713 Bytes

Sample Ionic Social Networking App

Installation

  1. Install Ionic if you dont have it already: Ionic Getting Started
  2. Setup the app:
git clone https://github.com/CloudBoost/sample-ionic-social-network.git
cd sample-ionic-social-network
npm install
ionic serve

Further setup

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.