Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foyzulkarim/bizbook-client
The repository of bizbook client project
https://github.com/foyzulkarim/bizbook-client
accounting angular angularjs bizbook bizbook365 crm erp free inventory multi-shop multi-warehouse open-source open-source-project opensource pos saas single-page-applications spa typescript
Last synced: 11 days ago
JSON representation
The repository of bizbook client project
- Host: GitHub
- URL: https://github.com/foyzulkarim/bizbook-client
- Owner: foyzulkarim
- License: gpl-3.0
- Created: 2019-01-07T17:56:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T14:31:13.000Z (almost 6 years ago)
- Last Synced: 2024-10-15T00:09:42.712Z (25 days ago)
- Topics: accounting, angular, angularjs, bizbook, bizbook365, crm, erp, free, inventory, multi-shop, multi-warehouse, open-source, open-source-project, opensource, pos, saas, single-page-applications, spa, typescript
- Language: JavaScript
- Homepage: http://web.bizbook365.com
- Size: 9.88 MB
- Stars: 31
- Watchers: 11
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - foyzulkarim/bizbook-client - The repository of bizbook client project (typescript)
README
# AngularJS(1.5) TypeScript Client of BizBook365 ERP
The client repository of bizbook client. Used AngularJS 1.5 with TypeScript## Professional help and support
Email: [email protected]## Have question? Community is here
Please let us know if you have any Question / Confusion so that we can add them in readme or Wiki or make videos to help you appropriately.
Please visit our facebook page [Code Coopers Academy](https://www.facebook.com/codecoopersacademy) and join in our [group](https://www.facebook.com/groups/codecoopersacademy/) for active participation.## Installing
A step by step series of examples that tell you how to get a development env running.
1. Clone the repository
2. Run `npm install` to install required dependencies.
3. Open 3 different terminal windows inside of the 'src' folder
4. In terminal 1, run `tsc -w` to check for typescript file change.
4. In terminal 2, run `http-server` to run the client's server
5. In terminal 3, run `gulp min` to prepare a distribution build and to copy those in dist folder.
6. Visit [http://localhost:8080/index.dev.html](http://localhost:8080/index.dev.html)
7. Visit [http://localhost:8080](http://localhost:8080) for production level site
8. [Check video instruction](https://youtu.be/FfDRARwgg_4)### Demo images
![Sales list page](resources/images/bizbook-sales-cover.PNG)
### Deployment
[Details will be added soon]
### Technology used / Built With
* [AngularJS](https://angularjs.org/) - The web framework used
* [TypeScript](https://www.typescriptlang.org/) - Development language
* [Gulp](https://gulpjs.com/) - Development build tool## Contributing
Currently I am not taking any external contribution. I will make it open for contribution after I make the repository ready.
## Versioning
We will use [SemVer](http://semver.org/) for versioning.
## Authors
* **Foyzul Karim** - *Initial work* - [Foyzul Karim](https://github.com/foyzulkarim)
## License
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE.md](https://github.com/foyzulkarim/bizbook-angularjs-ts-client/blob/master/LICENSE) file for details
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc