- Using virtual scroller in ProductList
- setting keepalive for the products page
- Unit test
- Backend APIs for Products
- SEO meta tags
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview