This is a demo app of an e-commerce platform. The products are gotten from the Fakestore API.
Clone the project:
git clone https://github.com/ViaxCo/ecommerce-demo.gitInstall dependencies:
npm installRun the dev server:
npm run devTo build the project for production:
npm run buildTo preview your production:
npm run previewWhen deploying the application, serve the files in the "./dist" directory.
A live demo of the code can be found here: Shopping App