Hsinchu City official website Redesign
npm install -g gulp bower
npm install && bower install
$ gulpto build an optimized version of your application in folder dist$ gulp serveto start BrowserSync server on your source files with live reload$ gulp serve:distto start BrowserSync server on your optimized application without live reload$ gulp testto run your unit tests with Karma$ gulp test:autoto run your unit tests with Karma in watch mode$ gulp protractorto launch your e2e tests with Protractor$ gulp protractor:distto launch your e2e tests with Protractor on the dist files
$ node serverto start backend server$ npm startfor IBM Bluemix Cloud Foundry Environment
HackHsinchu by HCH