Skip to content

gastate/angular-master-class-starter

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.8%
  • JavaScript 5.8%
  • Shell 2.5%
  • HTML 1.6%
  • CSS 1.3%