ViaxCo / ecommerce-demo

A demo app of an e-commerce platform

Home Page:https://viaxco-ecommerce-demo.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A demo app of an e-commerce platform

https://viaxco-ecommerce-demo.netlify.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 98.8%Language:HTML 0.7%Language:JavaScript 0.5%