Skip to content

freefri/cordova-ngF7-container

 
 

Repository files navigation

Cordova Framework7-Pure-Angular Container

A container to start the development of a hibrid-app with Cordova using Framework7, AngularJS v1, Grunt, Less and pure HTML5 and JS (ES5)

Forked from valnub/Framework7-Pure-Angular-Template and with ideas from phonegap-app-star-track, you may also be interested in another template using Angular 2 and typescript

How to build

  • Install Nodejs
  • Clone the git repo git clone https://github.com/freefri/cordova-ngF7-container.git
  • Go into the root folder cd cordova-ngF7-container
  • Run npm install
  • If you want install grunt and cordova globaly npm -g install grunt cordova
  • Run grunt
  • Run cordova serve
  • Open http://localhost:8000 to open the app in your browser
  • Run cordova build android (needs Android SDK installed) to generate a development apk for Android, or open the xcode project in mac to play with ios.

Live demo

Comming soon, check the old demo in:

Check it out here: http://www.timo-ernst.net/misc/f7-pure-angular-template-demo/

Android App

Download from here: https://raw.githubusercontent.com/freefri/cordova-ngF7-container/master/dist/android-debug.apk

About

A cordova container project using Framework7 and Angular JS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.4%
  • HTML 20.7%
  • CSS 17.7%
  • Shell 1.2%