Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

Commit a2907a1

Browse files
authored
Update README.md
1 parent df4f091 commit a2907a1

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,34 @@
11

2+
# Repository contents
3+
4+
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+
211
# Installation pre-requisites
312

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:
514

6-
*Make sure to install the latest version of Node*
15+
*Its important to install the latest version of Node*
716

817
- [Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)
918
- [Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)
1019
- [Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)
1120

1221

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
1329

14-
# FinalProject
30+
The code can be installed
1531

16-
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.15.
1732

18-
## Development server
33+
## Running the code
1934
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

Comments
 (0)