forkedIt / imojo

Ionic chat application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imojo

1 2

Prerequisites

node -v
 - should be >= 6.0.0
npm -v
 - should be >= 3.0.0
  • For iOS, update XCode version to 8.0 or higher

Getting Started

  • Clone this repository

  • Install Ionic, cordova and node_modules

    $ npm uninstall -g ionic cordova
    $ npm install -g ionic cordova
    $ npm install

Run

Browser

    # iOS 
    ionic serve --platform ios
    # Android
    ionic serve --platform android
    # All Platforms(iOS, Android and Windows)
    ionic serve --lab

Android

    $ ionic platform add android
    $ ionic build android --prod
    $ ionic run android --prod

iOS

    $ ionic platform add ios
    $ ionic build ios --prod
Run using XCode

icon resources

Run post_install script

    $ ./post_install.sh

Contribution

Contributions are welcome!

  • Report issues
  • Open pull request with improvements
  • Spread the word

License

imojo is available under the MIT license. See the LICENSE file for more info.

About

Ionic chat application

License:MIT License


Languages

Language:TypeScript 67.2%Language:CSS 18.1%Language:HTML 10.6%Language:JavaScript 2.8%Language:Shell 1.3%