Skip to content

ViaxCo/ecommerce-demo

Repository files navigation

ecommerce-demo

This is a demo app of an e-commerce platform. The products are gotten from the Fakestore API.

How to use

Clone the project:

git clone https://github.com/ViaxCo/ecommerce-demo.git

Install dependencies:

npm install

Run the dev server:

npm run dev

To build the project for production:

npm run build

To preview your production:

npm run preview

When deploying the application, serve the files in the "./dist" directory.

Demo

A live demo of the code can be found here: Shopping App