Ionic: Advanced HTML5 Hybrid Mobile App Framework. It is built with HTML5 technologies on Apache Cordova and AngularJS.
Ionic's ultimate goal is to make it easier to develop native mobile apps with HTML5, also known as Hybrid apps.
Learn Ionic. Read the Docs and join the Forum. Keep up to date with the Blog. View the Source.
- Getting Started
- Ionic Crash Course
- Node.js is becoming one of the more popular ways to build command-line utilities
README.md
useful in git repo or otherwise to explain the projectbower.json
for specifies script dependencies, see Bower. Make it easy to update ionic without having to change your projectconfig.xml
a config file for Cordovagulpfile.js
Gulp is a JavaScript build tool similar to Grunt, it's (Gulp) a newcomer that's getting popularity and they like ithooks/
can be ignored, but it's a Cordova folder in case you were interested- Other files/folders that can be ignored:
ionic.project
,package.json
platforms/
andplguins/
are both Cordova folderswww/
most important folder, it's the root of your application- The development cycle
www/js/app.js
is the starting point for our app, so start with this- Specify the routes using Angular UI Router
- The routes then specify the templates and controllers to use
- You can use Sass to customize look & feel
- Debugging AngularJS Apps from the Console
These plugins are added to an initial Ionic application:
- How to build a custom ready-made app template?
- Show how to install node.js on Ubuntu 14.04
- Show how to install the Android SDK on Ubuntu 14.04
- Show how to speed up the Android emulator
Devgirl's Weblog