Task description can be found here. Dummy dataset can be found here.
- Clone the app:
git clone https://github.com/cyproto/antstack_interview_task_1.git
- Open cloned directory:
cd antstack_interview_task_1
- Intall required packages:
npm install
- Run app
ng serve
Note: If you have any issues while installing packages delete package-lock.json
and retry.