Clone and start coding!
First run:
npm install //install dependencies
gulp serve //run dev
Other tasks:
gulp serve:prod //run prod
gulp test-client //run client tests
gulp test-client:auto //watch client tests
gulp --harmony test-server //run server tests