A starting project inspired by John Papa style guide for Ionic Side Menu that supports SCSS.
You can tweak the www/app/core/menu.html to have other layouts instead of Ionic Side Menu.
Once you clone/checkout the repo in your local, run npm install in project directory to install the required node modules.
Ensure that node, cordova and ionic is installed in your system. Follow Ionic Getting Started to troubleshoot.
Run ionic serve to launch the app in web browser.
The app is divided into three main folder resides under app folder.
This section is in draft mode. We will keep it updating.
- auth: should contain authentication related components.
- core: provides layout to the app, contains app/global codes and hosts other components/sections
- main: should contains app components like Home, About etc
- common: contains the common components to be used across app
- ngstorage : An AngularJS module that makes Web Storage working in the Angular Way. Visit https://github.com/gsklee/ngStorage