Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

ng-practice/wdc-testing

 
 

Repository files navigation

WDC 2019 Testing

This app is a playground to practise testing mechanisms of Angular. Have fun 🎉.

## Run in Terminal 1 to run Angular Client
git clone https://github.com/ng-practice/wdc-testing.git wdc-testing
cd wdc-testing/
npm install
npm start

## Run in Temrinal 2 to start API
npm install --global bookmonkey-api
bookmonkey-api

Packages

No packages published

Languages

  • TypeScript 73.2%
  • HTML 17.3%
  • JavaScript 4.8%
  • CSS 2.9%
  • Shell 1.8%