Skip to content

Ashwin2488/yeoman-angularjs-phonegap-ionic

Repository files navigation

yeoman - angularjs - phonegap - ionic

A skeleton project for using phonegap with angularjs,ionic and yeoman workflow The grunt build task is combined with grunt-angular-phonegap to build and deploy in device emulators

Prerequisites

Assuming you have the following dependencies installed already.

  1. NodeJs

  2. git

Getting started

  1. Clone this project

     git clone https://github.com/Ashwin2488/yeoman-angularjs-phonegap-ionic.git && cd yeoman-angularjs-phonegap-ionic/
    
  2. Install npm modules

     npm install
    
  3. Install bower dependencies

     bower install
    
  4. Add a mobile platform

     cordova platform add android|ios|wp7|wp8
    

From grunt-angular-phonegap documentation

see a detailed usage document from https://github.com/dsimard/grunt-angular-phonegap/blob/master/README.md

  1. Build the project

     grunt phonegap:build
    
  2. Start an emulator

     grunt phonegap:emulate
    

About

A phonegap hybrid skeleton using yeoman angularjs and ionic framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published