https://github.com/willtpwise/chocolate-vending-machine
https://github.com/willtpwise/chocolate-vending-machine
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willtpwise/chocolate-vending-machine
- Owner: willtpwise
- Created: 2020-11-22T08:40:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T08:45:09.000Z (over 5 years ago)
- Last Synced: 2025-03-05T17:51:56.985Z (over 1 year ago)
- Language: TypeScript
- Size: 233 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chocolate Vending Machine
> Vends out awesome vegan snacks
## Local development
### Running the app
```
yarn
yarn start
```
### Running the tests
```
yarn test
```