WowApp's awesome instant messenger app for the whole guild.
https://sabolli.de/wow/metasocket
build | ||
e2e | ||
resources | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.gitignore | ||
angular.json | ||
config.xml | ||
ionic.config.json | ||
karma.conf.js | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json | ||
tslint.json |
What is that?!
METAsocket is WowApp's awesome instant messenger and keeps your connection to your guild.
Requirements
- NodeJS and NPM
- Ionic Framework with Angular
- Mac device with Xcode (for iOS)
- Android Studio with Android SDK and Java Virtual Machine (for Android)
Installation
- Download and install NodeJS (https://nodejs.org or your package manager)
- Clone or download the project and enter the project folder
- Install the npm dependencies:
npm install
- Build the project:
ionic build
- Build for yor platform:
ionic cordova build android
(for Android) orionic cordova build ios
(for iOS) - Your platform build is now inside the subfolder
platforms
. Open it with Android Studio or Xcode to generate packages or to build the app directly on your mobile device.