Client for Hospital Workers.
Run it on Node.js 7.x (Install it via nvm) after starting the server.
npm install # Install dependencies
ng serve # Serve app in local http://localhost:4200/
More commands: package.json and Angular CLI.
We follow Commitizen convention for commit messages by using git cz
command instead of git commit
.