/wdc-testing

A save playground to practise testing

Primary LanguageTypeScript

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