-
This project was generated with Angular CLI version 8.3.6.
-
This Project is backed by Firebase Firestore as a real-time database.
-
This Project uses Angular Material for styling.
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.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
- 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
. - Overwrite
index.html
:n
.
firebase deploy
to deploy the application.
This application is available at https://lovely-offiline.web.app.