This repository contains the full application of the course Angular and Firebase - Build a Web Application, so this contains the complete application like it will look like at the end of the course.
If you are looking for a repository containing the full application that is built during the course, please check this repository instead.
Contains the code for all the Angular University courses.
If you are looking for the Complete Angular With Typescript Course, the repo can be found here:
If you are looking for the Complete Typescript 2 Course - Build a REST API, the repo with the full code can be found here:
Complete Typescript 2 Course - Build A REST API
If you are looking for the Angular Ngrx Reactive Extensions Architecture Course code, the repo with the full code can be found here:
Angular Ngrx Reactive Extensions Architecture Course
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
Its important to install the latest version of Node
With the following command the angular-cli will be installed globally in your machine:
npm install -g @angular/cli
The code can be installed with the following command (needs to be run in the folder where package.json is):
npm install
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.