This is a seed template for building mobile apps using like HTML, CSS, and Javascript.
It uses PhoneGap for compiling/supporting different devices, AngularJs for the application framework, Gulp.js for work-flow/application and Ionic a powerful HTML5 native app development framework, Jade for write the templates, $templateCache to cache those templates, coffeescript to write less code that compiles into JavaScript, sass to write CSS with superpowers.
- Clone this repo
- Install node: Go to http://nodejs.org/ and use their installer
- Install cordova, ionic and gulp:
npm install -g cordova ionic gulp
- Install Dependencies with
npm install
- Build your app using gulp
gulp
- Run in Browser
ionic serve
- Add the platform:
ionic platform android
- Plug your phone and run:
ionic run android
- Add the platform:
ionic platform ios
- Plug your phone and run:
ionic run ios
Distributed under MIT license.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Include gulp task to copy/compile styles.
- Take out the compiled files from git.
- Improve sample app.
- Testing suite.
- Releasing to app store and google play store Readme.
- Support for several environments.
- Add useful hooks.
This was written by Luis Edimerchk Laverde.
Enjoy!