Web-app that queries a github service API. Created with WebStorm IDE
npm install
bower install
gulp
orgulp build
to build an optimized version of your application in/dist
gulp serve
to launch a browser sync server on your source filesgulp serve:dist
to launch a server on your optimized application