rubenmartin / angular-firebase-app-starter

The starting point of the Angular 2 with Firebase course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository contents

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.

Looking for the full application repo ?

If you are looking for a repository containing the full application that is built during the course, please check this repository instead.

Installation pre-requisites

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

Installing the Angular CLI

With the following command the angular-cli will be installed globally in your machine:

npm install -g angular-cli

Installing the code

The code can be installed with the following command (needs to be run in the folder where package.json is):

npm install 

Running the code

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.

About

The starting point of the Angular 2 with Firebase course


Languages

Language:TypeScript 82.9%Language:CSS 11.1%Language:HTML 6.0%