This project is the application we build throughout the pluralsight course Styling Applications with Angular Material.
The latest version of the master branch can be found running live at https://styling-angular-applications.web.app/, feel free to check it out.
To serve the application from a dev server run the following commands:
git clone https://github.com/ajtowf/styling-applications-with-angular-material.git
npm i
ng build
ng s -o
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.