Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/greengerong/rebirth

GreenGerong(破狼) blog with Angular4.
https://github.com/greengerong/rebirth

angular2 angular4 greengerong rebirth

Last synced: about 1 month ago
JSON representation

GreenGerong(破狼) blog with Angular4.

Awesome Lists containing this project

README

        

# @rebirth/rebirth

[![Build Status](https://travis-ci.org/greengerong/rebirth.svg?branch=master)](https://travis-ci.org/greengerong/rebirth)
[![dependcy](https://david-dm.org/greengerong/rebirth.svg)](https://david-dm.org/greengerong/rebirth)
[![dev dependcy](https://david-dm.org/greengerong/rebirth/dev-status.svg)](https://david-dm.org/greengerong/rebirth?type=dev)

==================

[![破狼logo](http://images2015.cnblogs.com/blog/63184/201607/63184-20160730102027700-792274919.png)](http://www.cnblogs.com/whitewolf/)

GreenGerong(破狼) blog with Angular4. Online link [https://greengerong.github.io/rebirth](https://greengerong.github.io/rebirth).

## 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)

## How to build this project?

### setup project

* Install Nodejs( v6 or v7)
* `npm install -g @angular/cli@latest`
* `npm install`

### run project

* development: `npm run jit` 或 `npm run aot`
* production: `ng build --prod --aot`
* test: `npm test`
* @angular/cli command

## main dependency

* @angular/cli: Angular cli tool.
* sass
* karma
* tslint & codelyzer
* typescript & @types
* ...

## My front end WeChat

![破狼微信号](https://github.com/greengerong/rebirth/blob/master/src/assets/img/wei-xin-wolf-er-wei-ma.png?raw=true)

## Web site preview

### mobile


# pc


## Blog front
### home page
![](./shortscreens/rebirth-index.png)
### question page
![](./shortscreens/rebirth-question.png)
### about me
![](./shortscreens/rebirth-about.png)


## Blog manage
### login page
![](./shortscreens/rebirth-login.png)
### blog list
![](./shortscreens/rebirth-manage-list.png)
### blog editor
![](./shortscreens/rebirth-manage-edit.png)
### editor full screen
![](./shortscreens/rebirth-manage-fullscreen.png)