## Storefront
npm install
Running app against the real API:
- npm start
- go to localhost:8080
#### Running the tests:
- npm run start:test
- npm run mockserver
- npm test
As it mocks a real endpoint you can run a test individually and view it in the correct state in your own browser.