Skip to content

sofiaqhuong00/angular-in-90ish

 
 

Repository files navigation

Angular in 90-ish minutes

Ever wanted to learn Angular quickly? Well, this repository should help. This repository is created alongside the following video tutorial to teach the most important (& core) concepts of Angular:

The repository contains both the slides shown in the video, and the application we built during the video as well.

Watching the slides

The slides are deployed here.

Running the slides locally

  • Clone this repository
  • npm install
  • npm run dev

Running the app

To run the app we built in the video tutorial (the final state):

  • Clone this repository if you haven't
  • cd first-ng-app
  • npm install
  • npm start
  • Navigate to localhost:4200

About

This repository contains the slides, and the app for the "Angular Crash Course | Learn Angular in 90 minutes" tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 42.4%
  • JavaScript 28.3%
  • HTML 21.4%
  • SCSS 7.9%