Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 774 Bytes

README_starter.md

File metadata and controls

30 lines (19 loc) · 774 Bytes

Angular Master Class by thoughtram

This is the Angular Master Class exercise repository. Here's where you'll build your Angular application throughout this training.

Please make sure to follow our Preparation Guide to set up your machine before you come to the class.

If not done already, clone this repository using:

$ git clone https://github.com/thoughtram/angular-master-class-starter.git

Done? Great, now install the dependencies (this might take a little while):

$ cd angular-master-class-starter
$ npx yarn install

Then run the application by executing:

$ ng serve

Then open up your browser at http://localhost:4200

Have fun and good luck!

Christoph & Pascal & Dominic