This project was generated with Angular CLI version 6.0.8.
It is a simple project that uses Angular 6, Firebase and Boostrap for a templating. Demo Project URL: https://api-project-307902130548.firebaseapp.com
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.
You can use Docker, for that check the instructions bellow.
Assuming you have docker and git installed:
$ git clone git@github.com:lslucas/angular6-firebase-demo.git
$ cd angular6-firebase-demo
$ docker build -t angular6-firebase-demo .
$ docker run -it \
-v $(pwd)/:/www \
-v /www/node_modules \
-p 4200:4200 \
--rm \
angular6-firebase-demo