HiApp
A simple and interesting Framework7 web app.With PhoneGap you can easily convert it to native iOS 7 app.
Depend
HiApp are developed using these libraries.
├── Framework: Framework7
├── Task Runner: Grunt
├── Module Loader: Require.js
├── Templating Library: mustache
└── Stylesheet Language: LESS
Demo
Server
HiApp use Grunt's server to develop,Just run it in repo's root:
$ grunt server
Build
HiApp uses grunt
to build a production versions.
First you need to have grunt-cli
which you should install globally.
$ npm install -g grunt-cli
Then install all dependencies, in repo's root:
$ npm install
$ grunt
The result is available in build/
folder.
Thanks
License
Copyright (c) 2014 Belin Chung. MIT Licensed, see LICENSE for details.