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
- Host: GitHub
- URL: https://github.com/whtsky/shapaozi-mobile
- Owner: whtsky
- License: bsd-3-clause
- Created: 2016-02-15T09:06:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T00:59:41.000Z (over 5 years ago)
- Last Synced: 2025-02-01T10:28:23.948Z (about 1 year ago)
- Language: Java
- Size: 1.59 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```