Hi to all,
After n apps built, we created a boilerplate to start work with Ionic mobile project. It’s a blank project with prepared Gulp tasks, hooks and angularJS organization to make a modular and reusable code.
The code organization is inevitable when project starts to grow and application becomes much harder to maintain. So the key is to organize your files well and make your logic modular and reusable through whole app (and for other projects as well).
Hope you’ll like it and find it useful.