Skip to content

ionic gulp seed using jade, coffeescript, sass, $templateCache

Notifications You must be signed in to change notification settings

edymerchk/ionic-gulp-seed

Repository files navigation

Ionic Gulp Seed

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.

Getting started

  • 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

Run on Android Device

  • Add the platform: ionic platform android
  • Plug your phone and run: ionic run android

Run on iOS

  • Add the platform: ionic platform ios
  • Plug your phone and run: ionic run ios

License

Distributed under MIT license.

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

TODO

  • 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.

Author

This was written by Luis Edimerchk Laverde.

Enjoy!

About

ionic gulp seed using jade, coffeescript, sass, $templateCache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published