Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newaeonweb/f7mobileboilerplate
Mobile application Boilerplate with Framework7 and Cordova
https://github.com/newaeonweb/f7mobileboilerplate
Last synced: about 2 months ago
JSON representation
Mobile application Boilerplate with Framework7 and Cordova
- Host: GitHub
- URL: https://github.com/newaeonweb/f7mobileboilerplate
- Owner: newaeonweb
- Created: 2015-12-11T19:49:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T19:59:12.000Z (about 9 years ago)
- Last Synced: 2023-04-05T06:06:16.159Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![alt text](http://newaeonweb.com.br/assets/images/f7mobileboilerplate.png "Logo Title Text 1")
[![Build Status](https://travis-ci.org/newaeonweb/f7mobileboilerplate.svg?branch=master)](https://travis-ci.org/newaeonweb/f7mobileboilerplate)
This is a simple boilerplate to quickly launch mobile application projects for IOS and Android using Framework7 and Apache Cordova.
**What is included in this package:**
* [Gulp](http://gulpjs.com/) used to prepare the SASS files and start a web server with livereload.
* [Bower](http://bower.io/) to manage libraries and dependencies.
* Includes a small sample application using a [framework7](http://www.idangero.us/framework7/#.Vm15NmQrIfE) template.
* [Cordova](https://cordova.apache.org/) scaffold.---
### Clone
git clone https://github.com/newaeonweb/f7mobileboilerplate.git
### Install dependencies
npm install
### Optional Bower install
bower install
### Add a mobile platform (ios | android)
cordova platform add ios
> To use Android just add android instead ios
### Prepare the application
cordova build
### Run the application on emulator/simulator
cordova emulate
work in progress....