npm install typings@beta -g
npm install typings -g
npm install serve -g
In the root of the project run:
npm install
typings install
Some ideas:
- Implement what happens on pressing enter
- Implement restocking
- Implement payment
Also, getContentForSlot
in vendingMachine.ts
could be improved to be more resilient.