Features:
- Responsive Design
- Billboards and Product Catalog
- Filter Functionality
- Shopping Cart
- Stripe Payment Integration
Setup:
- Create a .env file and configure the following variable:
# Get from the E-commerce Dashboard -> Settings
NEXT_PUBLIC_API_URL=http://localhost:3000/api/{storeId}
- Start the application:
npm run dev