great-bear-frontend

Frontend for the Great Bear Delivery App

Stars
1

Great Bear Web Frontend

Getting started

  • Choose a variant backend and follow its Getting started section.
  • cp .env.example .env; make sure you've set the right VARIANT and URL for the backend.
  • Run the frontend with yarn start.
  • Navigate to http://localhost:3000 (by default).

Resources

TODO

  • split up variant code into folders and add mutations
  • why doesn't the cart go down to 0 when we checkout?