Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 436 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 436 Bytes

Coraz Lepszy Sklep

Run project

  1. pnpm install - install dependencies
  2. pnpm dev - run dev server

Open http://localhost:3000 with your browser to see the result.

Learn More

App represents a cart with add product form and a flow to set adress, shipping method, payment method and summary to finally send request to a public requestbin. Logic is based on state machine using xstate library.