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 bowerRun following commands to install dependencies (Assume you're already under AbroadPass directory)
npm install
bower installRun Gulp command to watch and build css and javascript
gulpFinally, run ionic command to play with the demo
ionic serve