Simple webapp using instructions from PENSCO for their hiring process
git clone https://github.com/marcusreese/work-sample-2019.git
- cd into work-sample-2019/api
- yarn
- yarn tsc
- yarn test (not perfect coverage yet)
- yarn dev
- cd into work-sample-2019/client
- npm install
- ng test
- ng serve
- http://localhost:4200