You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2019. It is now read-only.
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.
5
+
6
+
If you are looking for a clean starting point for coding along as you follow the course, please check this [repository](https://github.com/angular-university/angular-firebase-app-starter) instead.
7
+
8
+
# Looking for a clean starting
9
+
10
+
2
11
# Installation pre-requisites
3
12
4
-
For running this project we need and npminstalled on our machine. These are some tutorials to install node in different operating systems:
13
+
For running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:
5
14
6
-
*Make sure to install the latest version of Node*
15
+
*Its important to install the latest version of Node*
7
16
8
17
-[Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)
9
18
-[Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)
10
19
-[Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)
11
20
12
21
22
+
# Installing the Angular CLI
23
+
24
+
With the following command the angular-cli will be installed globally in your machine:
25
+
26
+
npm install -g angular-cli
27
+
28
+
# Installing the code
13
29
14
-
# FinalProject
30
+
The code can be installed
15
31
16
-
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.15.
17
32
18
-
## Development server
33
+
## Running the code
19
34
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.
0 commit comments