https://github.com/ahsanayaz/angular-in-90ish
This repository contains the slides, and the app for the "Angular Crash Course | Learn Angular in 90 minutes" tutorial
https://github.com/ahsanayaz/angular-in-90ish
angular angular18 angulartutorialapp codewithahsan
Last synced: about 1 year ago
JSON representation
This repository contains the slides, and the app for the "Angular Crash Course | Learn Angular in 90 minutes" tutorial
- Host: GitHub
- URL: https://github.com/ahsanayaz/angular-in-90ish
- Owner: AhsanAyaz
- License: mit
- Created: 2024-10-05T16:46:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T07:45:22.000Z (over 1 year ago)
- Last Synced: 2025-04-12T01:45:17.506Z (about 1 year ago)
- Topics: angular, angular18, angulartutorialapp, codewithahsan
- Language: TypeScript
- Homepage: https://ahsanayaz.github.io/angular-in-90ish/
- Size: 1.22 MB
- Stars: 29
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://ahsanayaz.github.io/angular-in-90ish/).
## 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](http://localhost:4200)