mynameiskreang / firebase-authentication-with-angular-7

I just fork and add Docker to this repo. :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase Authentication with Angular

This project is part of an Angular tutorial where we explore how to setup a simple email/password as well as social login authentication workflows for Angular 7 apps using the awesome AngularFire2 library.

Get the step by step free tutorial in https://angular-templates.io/tutorials/about/firebase-authentication-with-angular

Please support this project by simply putting a Github star ⭐. Share this repo with friends on Twitter and everywhere else you can. 🙏 Thanks

Using Docker

$ docker build . -t auth-firebase
$ docker run --name my-local-auth-firebase -p 8080:80 -d auth-firebase  

Then navigate to http://localhost:8080

Installation

Run npm install to install all the required dependencies

Then run ng serve to start a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

I just fork and add Docker to this repo. :)

License:MIT License


Languages

Language:TypeScript 70.4%Language:HTML 18.2%Language:JavaScript 7.7%Language:CSS 2.6%Language:Dockerfile 1.1%