Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 941 Bytes

File metadata and controls

37 lines (32 loc) · 941 Bytes

Angular2 with Google Firebase Realtime Database

This is a simple app using Angular2 and Google Firebase Realtime Database.

How to run - Docker

1. Docker compose

$ docker-compose up -d

2. Open your browser

http://localhost:4200/

3. Enjoy 👍

How to run - Node

1. Install dependencies

$ npm install
$ npm install -g angular-cli

2. Run in development mode

$ ng serve

3. Open your browser

http://localhost:4200/

4. Enjoy 👍

Reference: