Skip to content
Snippets Groups Projects
Commit fa4ef0d3 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu
Browse files

updated readme with angular links

parent 88473741
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment