Parking Lot
Run following commands:
to install deps
npm run install
to compile the project
npm run compile
to test the given examples
npm run test
to compile and test at once
npm run compile:test
npm run install
npm run compile
npm run test
npm run compile:test