From fa4ef0d3c234c7daa293826d16957eb3f47e9977 Mon Sep 17 00:00:00 2001
From: "jvanboxtel@wisc.edu" <jvanboxtel@wisc.edu>
Date: Wed, 31 Jan 2018 11:33:50 -0600
Subject: [PATCH] updated readme with angular links

---
 README.md | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index ab913c0..b607957 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,20 @@
 
 #### Run `npm install -g @angular/cli` then `npm install` to get started
 
+
+## Required Reading!
+New to Angular? [Angular tutorial](https://angular.io/tutorial)
+
+[Official Angular Style Guide](https://angular.io/guide/styleguide) Go to source for all things Angular
+
+New to Angular Material? [Angular Material](https://material.angular.io/compents/categories)
+
+[Angular Material Guides](https://material.angular.io/guides) Set of nice howtos
+
+## Before you start
+Consider a lightweight IDE for developing [Visual Studio Code](https://code.visualstudio.com/)
+works great with typescript ecosystem.
+
 ## Development server
 
 Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
@@ -31,15 +45,16 @@ Run `ng lint` to excute typescript linting. `ng lint --fix` will attempt to fix
 To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
 
 ## Dependances
-### [Angular](http://angular.io)
-### [Angular CLI](https://github.com/angular/angular-cli) 
-### [Angular Material 2](https://material.angular.io)
-### [UW Style](https://git.doit.wisc.edu/uw-madison-digital-strategy/uw-style)
+[Angular](http://angular.io)
+
+[Angular CLI](https://github.com/angular/angular-cli) 
+
+[Angular Material 2](https://material.angular.io)
+
+[UW Style](https://git.doit.wisc.edu/uw-madison-digital-strategy/uw-style)
+
 Have a look at the `package.json` for more a more detailed view.
 
-## Developing
-### [Visual Studio Code](https://code.visualstudio.com/)
-Works great with typescript ecosystem.
 
 ## Basic project structure
 <pre>app
-- 
GitLab