Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mojofit/imojo
Ionic chat application
https://github.com/mojofit/imojo
chat ionic
Last synced: 2 months ago
JSON representation
Ionic chat application
- Host: GitHub
- URL: https://github.com/mojofit/imojo
- Owner: mojofit
- License: mit
- Created: 2017-04-10T20:28:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T11:32:13.000Z (over 7 years ago)
- Last Synced: 2024-08-01T22:54:27.181Z (5 months ago)
- Topics: chat, ionic
- Language: TypeScript
- Homepage:
- Size: 789 KB
- Stars: 47
- Watchers: 7
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# imojo
## Prerequisites
- Download nodejs from https://nodejs.org/en/download/current/ It will install `node` and `npm`
```bash
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
```bash
$ npm uninstall -g ionic cordova
$ npm install -g ionic cordova
$ npm install
```## Run
#### Browser
```bash
# iOS
ionic serve --platform ios
# Android
ionic serve --platform android
# All Platforms(iOS, Android and Windows)
ionic serve --lab
```### Android
```bash
$ ionic platform add android
$ ionic build android --prod
$ ionic run android --prod
```### iOS
```bash
$ ionic platform add ios
$ ionic build ios --prod
```
Run using XCode
### icon resources
Run post_install script
```bash
$ ./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.