Skip to content

BarrBozzO/e-shop

Repository files navigation

E-shop

This is a DEMO project based on Next.js + Firebase. UI and products data are shallow copied from H&M website.

This project is for demonstration purposes ONLY.

DEMO Link

Hosted with vercel

e-shop-two-vercel-app-products-kids-holiday

Getting Started

First, clone repository:

git clone https://github.com/BarrBozzO/e-shop.git

Then, install dependencies:

yarn install

Create and fill .env.local file using .env.example to set environment variables.

Finally, run development server locally:

yarn dev

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