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!
- Host: GitHub
- URL: https://github.com/castelo-codez/e-commerce-product-page
- Owner: Castelo-Codez
- Created: 2024-04-29T17:23:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T21:04:30.000Z (about 2 years ago)
- Last Synced: 2025-03-11T15:53:23.099Z (over 1 year ago)
- Topics: eccomerce, frontend-mentor, vue
- Language: HTML
- Homepage: https://e-commerce-product-page-mauve-zeta.vercel.app
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome
## E-commerce product page | challenge
### project preview

### 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
```