Skip to content

edymerchk/brunch-ionic-angular-cordova-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch Ionic PhoneGap and AngularJS

This is a template for building mobile apps using like HTML, CSS, and Javascript.

It uses PhoneGap for compiling/supporting different devices, AngularJs for the application framework, Brunch.io for work-flow/application and Ionic a powerful HTML5 native app development framework.

Getting started

  • Install node: Go to http://nodejs.org/ and use their installer
  • Install brunch: npm install -g brunch
  • Create project: brunch new gh:edymerchk/brunch-ionic-angular-cordova-seed <project name>
  • Move into folder: cd <project name>
  • Install dependencies: npm install
  • Build project and start server: brunch w -s
  • Project should now be running on http://localhost:3000/
  • To get it started with PhoneGap visit http://phonegap.com/install/

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Author

This was written by Luis Edimerchk Laverde.

License

Distributed under MIT license.

Enjoy!

Bitdeli Badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published