The client repository of bizbook client. Used AngularJS 1.5 with TypeScript
Email: foyzulkarim@gmail.com
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.
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
[Details will be added soon]
- AngularJS - The web framework used
- TypeScript - Development language
- Gulp - Development build tool
Currently I am not taking any external contribution. I will make it open for contribution after I make the repository ready.
We will use SemVer for versioning.
- Foyzul Karim - Initial work - Foyzul Karim
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc