It should be based on Bootstrap.
This will enables us to:
Migrate to a tree based project structure
Constructed around the pages:
Move things to the page folder:
this.handleClick.bind(this)
this.handleClick = this.handleClick.bind(this)
Tie multiple action states to the component that called them
Basic requirements: