This is a Next.js project bootstrapped with create-next-app
.
Mercado-UltraV is a market personal project. The user can select items and add items to cart.
First, clone the git repository:
git clone https://github.com/AmiltonCabral/mercado-ultrav.git
Go to project directory:
cd mercado-ultrav/
Install dependencies
npm install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- HTML, CSS, JS
- React, Next.js
- Node.js (v16.16.0)