This is Front-end developer's Ricardas Vaitkus Portfolio app just to show how my code looks like. Quickly coded app to demonstrate that can be done using Ionic framework with some basic device specific features like:
- Camera
- GPS
- Local Notifications
- OAuth
- Barcode Scanner
- Flashlight
After you check out this git repository you need to get dependencies installed. To do that you need to run command
$ npm install
To update styles from scss files you need to run command
$ grunt sass
If you want css files to be updated each time you upadate scss files you can leave this command running
$ grunt watch
To minify JavaScript and Css files you can do that by running this command
$ grunt build:release
To get back to development version with out using minified versions for easier debuging run this command
$ grunt build:dev
To make build for devices you will have to follow Cordova guidelines