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.
Client Scout is created with:
- Angular 10 : Frontend framework
- Cloud Firestore : Realtime NoSQL Database from Firebase
- Node.js : Runtime environment
- Angular CLI : Frontend scaffolding
- Bulma : Layout and styles
- Font Awesome : icons
Before installing Client Scout you need to:
- Install Node.js
- Install Angular CLI :
npm i -g @angular/cli
git clone https://github.com/Kuohamkun/client-scout.git
cd client-scout
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 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.
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
.
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.
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.
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.