yangjae / angular-material-fundamentals

Complete Code for Pluralsight course Angular Material Fundamentals (https://www.pluralsight.com/courses/angular-material-fundamentals)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make sure you have node and npm installed: https://nodejs.org/.

Install typescript, live-server and bower globally (only once): 
 - npm install -g typescript live-server bower
 
Compile and serve the application (start in application root-folder, i.e. contact-manager):
 1. npm install
 2. cd app\src
 3. tsc
 4. cd ..
 5. live-server
 

About

Complete Code for Pluralsight course Angular Material Fundamentals (https://www.pluralsight.com/courses/angular-material-fundamentals)


Languages

Language:TypeScript 70.8%Language:HTML 19.1%Language:CSS 10.1%