Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matlock/app-ionic-chat
https://github.com/matlock/app-ionic-chat
ionic typescript
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matlock/app-ionic-chat
- Owner: MatLock
- Created: 2017-11-22T21:01:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T01:29:25.000Z (about 7 years ago)
- Last Synced: 2024-11-08T14:13:34.674Z (2 months ago)
- Topics: ionic, typescript
- Language: TypeScript
- Size: 2.99 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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```