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

https://github.com/greengerong/rebirth-ionic2

Rebirth blog for Ionic 3
https://github.com/greengerong/rebirth-ionic2

ionic3

Last synced: 3 months ago
JSON representation

Rebirth blog for Ionic 3

Awesome Lists containing this project

README

          

Ionic 2 App Base
=====================

[![Build Status](https://travis-ci.org/greengerong/rebirth-ionic2.svg?branch=master)](https://travis-ci.org/greengerong/rebirth-ionic2)

This is a Rebirth blog for Ionic 2.

## Links

* [Web version rebirth: https://github.com/greengerong/rebirth](https://github.com/greengerong/rebirth)
* [Ionic2 version rebirth: https://github.com/greengerong/rebirth-ionic2](https://github.com/greengerong/rebirth-ionic2)
* [Nativescript version rebirth: https://github.com/greengerong/rebirth-nativescript](https://github.com/greengerong/rebirth-nativescript)

## Build this project

You can follow Ionic guide to setup your Ionic environment.

[Installing Ionic: http://ionicframework.com/docs/v2/getting-started/installation/](http://ionicframework.com/docs/v2/getting-started/installation/)

Then run:

```bash
$ npm run dev
```

or

```bash
$ npm run dev
```

Build project:

```bash
$ npm run android
```

```bash
$ npm run ios
```

## screen shoot

#### home page
![home](https://github.com/greengerong/rebirth-ionic2/blob/master/screenshoots/home.png?raw=true)

### about me page

![home](https://github.com/greengerong/rebirth-ionic2/blob/master/screenshoots/about-me.png?raw=true)

### contact us page
![concat-us](https://github.com/greengerong/rebirth-ionic2/blob/master/screenshoots/contact-us.png?raw=true)