clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
'use strict';
describe("app_controller_test", function(){
it("should assert something",function(){
expect(true).toBe(true);
})
})