WIP: Sat Nov 19 2016
Standalone module for frontend code
$ yarn install$ npm startWill start dev server at http://localhost:8080
The module uses React for its viewlayer and Webpack as its build tool
All development is first merged on the develop branch. New features is best isolated to its on feature branch
following the git flow design pattern (brew install git-flow-avh)