Vending machine
Development
- Install dependencies (
npm i
) - Watch
src/
and compile on change (npm run build: watch
) - Locally serve the front end with
npm start
.
Tests
To run the tests use the test
npm script (npm t
) or watch your files for changes by running npm run test:watch
.
You can run the script test:types
to run the TypeScript type checker against inferred JSDoc types.