Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seunakintola/news-app-for-android-and-ios

News application for android and ios and windows. built with ionic.
https://github.com/seunakintola/news-app-for-android-and-ios

androidapp cordova ionic ios iosapp newsapp newsfeed swipe tabs windows wordpress-site

Last synced: about 1 month ago
JSON representation

News application for android and ios and windows. built with ionic.

Awesome Lists containing this project

README

        

This is a template for building a neat news app with [Ionic](http://ionicframework.com/docs/).

## How to use this template

To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository.

### With the Ionic CLI:

To run it, cd into `mynews` and run:

```bash
$ ionic cordova platform add ios
$ ionic cordova run ios
$ ionic cordova platform add windows
$ ionic cordova run windows
```

Substitute ios for android if not on a Mac.