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

https://github.com/whtsky/shapaozi-mobile

The mobile app of shapaozi.me
https://github.com/whtsky/shapaozi-mobile

Last synced: 11 months ago
JSON representation

The mobile app of shapaozi.me

Awesome Lists containing this project

README

          

# The Mobile App of [ShaPaoZi.me](http://www.shapaozi.me)

A hybrid app using Phonegap.
** Please Build with Node 5 **

## Build

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run release

```