Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felquis/ionic-cca


https://github.com/felquis/ionic-cca

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

Ionic project with CCA structure (Cordova Chrome App)

## First steps

1. clone this repo `git clone [email protected]:felquis/ionic-cca.git && cd ionic-cca`

1. Install cca version 0.5.0 `npm install [email protected] -g`
> :warning: You must use CCA 0.5.0 to run this project

You may need to use `sudo` to install with `-g` flag

1. Run `cca upgrade`
If you see this question:
> Warning: Upgrade will replace all files in platforms and plugins. Continue? [y/N]
Answer Y and continue

1. Install these plugins

```shell
cca plugin add org.apache.cordova.device && cca plugin add org.apache.cordova.console && cca plugin add com.ionic.keyboard
```

1. Plug your Android device and run `cca run android --device` or `cca emulate ios`

Please, any error trying to startup this repo, [file a issue](https://github.com/felquis/ionic-cca/issues).

Thanks!