Testing out ng material. Setting up a responsive sidenav + toolbar.
Bower and gulp are needed for handling dependencies and automating tasks respectively.
npm install -g bower gulp
Then, install the required dependencies
npm install
bower install
gulp serve