A starting project inspired by John Papa style guide for Ionic Side Menu that supports SCSS.
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.
- auth: contains authenticated related stuff
- core: provides layout to the app and contains app/global codes
- main: contains app components like home, bout 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