bizbook-client icon indicating copy to clipboard operation
bizbook-client copied to clipboard

The repository of bizbook client project

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 and join in our group 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.
  5. In terminal 2, run http-server to run the client's server
  6. In terminal 3, run gulp min to prepare a distribution build and to copy those in dist folder.
  7. Visit http://localhost:8080/index.dev.html
  8. Visit http://localhost:8080 for production level site
  9. Check video instruction

Demo images

Sales list page

Deployment

[Details will be added soon]

Technology used / Built With

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 for versioning.

Authors

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc