Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 352 Bytes

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