Building hybrid mobile apps using Ionic 2 and Firebase
- Ionic 2
- Angular 2
- Firebase
- TypeScript
- Push Notification
- Google Map
- Local Storage
- SignUp Page
- Login Page
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 install1) 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
- ionic platform add android
- ionic platform add ios