Simple app to demonstrate security, social authentication and realtime date in cross platform mobile apps, using the ionic framework and firebase.
- Node.js and npm.
- Cordova
- Ionic Cli
Install cordova and the ionic SDK globally
$ sudo npm install -g ionic cordovaClone CityScape into any folder of your choosing, navigate into the directory, and install dependencies.
$ git clone https://github.com/temilaj/CityScape.git
$ cd CityScape
$ npm installRun ionic serve for a dev server and navigate to http://localhost:8100/ on your browser. The app will automatically reload if you change any of the source files.
Run ionic cordova build <platform> to build the project for iOS or Android. The build artifacts will be stored in the platform/ directory.
$ ionic cordova build android
$ ionic cordova build ios
