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.
Hosted with vercel
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.