Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matlock/app-ionic-chat


https://github.com/matlock/app-ionic-chat

ionic typescript

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

## Instrucciones para iniciar el proyecto.

* Download Node 6 or higher version from [Node](https://nodejs.org/es/download/)
* Download and install IONIC v3 throught **npm** : ```$ npm install -g ionic@latest```
* Download Android Studios From [Here](https://developer.android.com/studio/index.html?hl=es-419)
* Go to the SDK Manager and download your Device SDK (usually andriod 5.0 or higher)
* ``` and download all dependencies: ```$ npm install ```
* Add Android/IOS platform ```$ cordova platforms add Android ```
* Run app in browser: ```$ ionic serve ```
* Run in device: ```$ ionic cordova run android```