This was a code challenge for a Web shop. This project applies Domain Driven Design and Behaviour driven design.
All pages are rendered on the server and only one minor component renders on client.
First, run the development server:
nvm use 22.14.0
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
npm run test