-
User Management App using Angular and Cloud Firestore database.
-
This app allows you to display likes in graphic using Highcharts.
- Build the project using
ng build --prod
. - Install firebase CLI
npm install -g firebase-tools
. - Login to your firebase acccount
firebase login
. - Run
firebase init
to initialize the project.
Upon the initializing the project you'll be asked a few questions like
- Firebase CLI features.
- Databse rules file.
- Public directory.
dist/<your-project-name>
in this casedist/user-management-app
. - Configure as Single-Page-App:
y
. - Overwite
index.html
:n
.
firebase deploy
to deploy the application