bizbook-client
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.
- Clone the repository
- Run
npm install
to install required dependencies. - Open 3 different terminal windows inside of the 'src' folder
- In terminal 1, run
tsc -w
to check for typescript file change. - In terminal 2, run
http-server
to run the client's server - In terminal 3, run
gulp min
to prepare a distribution build and to copy those in dist folder. - Visit http://localhost:8080/index.dev.html
- Visit http://localhost:8080 for production level site
- Check video instruction
Demo images
Deployment
[Details will be added soon]
Technology used / Built With
- AngularJS - The web framework used
- TypeScript - Development language
- Gulp - 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 for versioning.
Authors
- Foyzul Karim - Initial work - Foyzul Karim
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