Mobile App for studying abroad.
Frontend
- Ionic (web mobile app for android and ios)
- AngularJS
- Gulp
- SCSS
Install global gulp, ionic, bower first
npm install -g gulp
npm install -g cordova ionic
npm install -g bower
Run following commands to install dependencies (Assume you're already under AbroadPass directory)
npm install
bower install
Run Gulp command to watch and build css and javascript
gulp
Finally, run ionic command to play with the demo
ionic serve