Skip to content

client Scout is a client management application that helps you, as an administrator, to manage your clients with the balance that they owe.

Notifications You must be signed in to change notification settings

hamzaessaady/client-scout

Repository files navigation

NPM Angular CLI version NPM
By Hamza Es-saady


Client Scout Logo


Client Scout is a client management application that helps you, as an administrator, to manage your clients with the balance that they owe. Client Scout uses Firebase as a development platform and data is persisted in the cloud Firestore Database.

Client Scout is actually not a multi-user application, but it is provided with a registration feature to help you preview the functionality of the application.

You are free to reuse, copy, modify, and distribute, but you have to give attribution.

Technologies & Tools

Client Scout is created with:

Prerequisites

Before installing Client Scout you need to:

  1. Install Node.js
  2. Install Angular CLI : npm i -g @angular/cli

Installation and configuration

Clone the repo

git clone https://github.com/Kuohamkun/client-scout.git
cd client-scout

Install npm packages

Install the npm packages described in the package.json and verify that it works:

npm install
npm start

The npm start command builds (compiles TypeScript and copies assets) the application into dist/, watches for changes to the source files, and runs lite-server on port 3000.

Shut it down manually with Ctrl-C.

Run

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

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

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.

Further help

This project was generated with Angular CLI version 10.0.4.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

💖 Support me

I just start to open-source almost everything I can, and I try to reply to everyone needing help using these projects. However, If you are using this project and happy with it and just want to encourage me to continue creating stuff, there are few ways you can do it :

  • Giving proper credit when you use it, linking back to it :D
  • Starring and sharing the project 🚀

Thanks! ❤️


Contributions are welcome! <3

Made with ❤️ and Passion.

About

client Scout is a client management application that helps you, as an administrator, to manage your clients with the balance that they owe.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published