An open API service indexing awesome lists of open source software.

https://github.com/castelo-codez/e-commerce-product-page

In this challenge, you'll build a beautiful product page. We'll be putting your JS skills to the test with a lightbox product gallery and cart functionality!
https://github.com/castelo-codez/e-commerce-product-page

eccomerce frontend-mentor vue

Last synced: about 1 year ago
JSON representation

In this challenge, you'll build a beautiful product page. We'll be putting your JS skills to the test with a lightbox product gallery and cart functionality!

Awesome Lists containing this project

README

          

# Welcome

## E-commerce product page | challenge

### project preview

![preview image](https://res.cloudinary.com/dz209s6jk/image/upload/v1633619532/Challenges/bognvsqd34ueowkompeh.jpg)

### setup the project
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev

```

### Compile and Minify for Production

```sh

npm run build

```