ionicsocialapp
GithubDemoYoutube
  • IONIC SOCIAL APP
  • Technologies
  • Requirements
  • Zip File Structure
  • App Structure
  • How to Run
  • Run in Emulator
  • video installation guide
  • Push Notifications
  • FIrebase Config
  • Cloud function deploy
  • CHANGELOG
    • Changelog
  • THANK YOU
    • Thank you
Powered by GitBook
On this page

Requirements

PreviousTechnologiesNextZip File Structure

Last updated 5 years ago

First make sure you have installed node.js 8.X and npm 5.X version. You can check it on own terminal window simply by entering node -v and npm -v. You can also download latest nodeJs from .

$ npm -v
$ node -v

Make sure you have installed ionic-cli latest release and Cordova. You can check ionic version in terminal with ionic -v command. If you need more info on how to setup ionic project please follow at official websites.

Ionic 3 target IOS, Android, Window all these three platform so you need to install there respective SDK to make a build. Even if you didn’t have SDK configure still you can run this app in browser.

here
Ionic Getting Started
Ionic