Skip to content

mohan-mu/cordova-ng-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up a Cordova app with Angularjs from scratch can be annoying, use this project as a template to start your app.

It's simple:

cordova create <NAME_APP> --template=cordova-ng-boilerplate

Dependencies front-end

To manage dependencies we use the Bower (http://bower.io)

npm install -g bower

The project include the packages:

  • angular
  • angular-route
  • ngCordova
  • normalize-css

Check your directory www, and execute command:

bower install

Attention

  • Using the bower, be aware if there are no directories with the name demo, these directories hamper the compilation by having an index.html, I suggest throwing it out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 69.6%
  • HTML 21.5%
  • CSS 6.1%
  • JavaScript 2.8%