/Firebase-Ionic2-Angular2

Building hybrid mobile apps using Ionic 2 and Firebase

Primary LanguageTypeScript

Firebase-Ionic2-Angular2

Building hybrid mobile apps using Ionic 2 and Firebase

Frameworks - Tools - Libraries

  • Ionic 2
  • Angular 2
  • Firebase
  • TypeScript

App's features

  • Push Notification
  • Google Map
  • Local Storage
  • SignUp Page
  • Login Page

Instructions start ionic app

1) Install Node js Here
2) Open Node js command prompt or cmd
3) Open the app in your Favourite IDE(i prefer visual studio or atom)
4) Type command
 npm install -g ionic
 npm install -g cordova
 npm install
 

Running the App

1) run this command in cmd ionic serve --lab
2) If you want to build and run the app on your device then run this command
  1. ionic platform add android
  2. ionic platform add ios