Dbuggerx / barcode-collector

Sample Cordova App done with AngularJS, PouchDB, ES6, JSPM, Gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

barcode-collector

Sample Cordova App done with AngularJS, PouchDB, ES6, JSPM, Gulp

Check out my LinkedIn profile!

Running the application:

First, execute npm install in the application directory, then:

  • To run the unit tests: npm test

  • To serve the "development" version of the application: gulp serve

  • To serve the "production" version of the application: gulp serve:dist

  • To build the application for production: gulp build

  • To deploy the application (cordova has to be properly configured): npm run deploy

About

Sample Cordova App done with AngularJS, PouchDB, ES6, JSPM, Gulp


Languages

Language:JavaScript 70.8%Language:Java 15.9%Language:HTML 11.2%Language:CSS 2.1%