Welcome to the ecommerce-demo app! This application simulates an online shopping experience, showcasing products from the Fakestore API.
To get started, visit the Releases page here to download the application.
Download the latest version from the Releases page.
Extract the ZIP file to your desired location on your computer.
Open a terminal or command prompt. Follow the instructions below to set up and run the application.
git clone https://github.com/ViaxCo/ecommerce-demo.git
cd ecommerce-demo
Then, you need to install the app’s dependencies. Enter:
npm install
npm run dev
npm run build
npm run preview
When deploying the application, serve the files from the "./dist" directory to make it accessible.
Feel free to try out a live version of the application. Visit the Shopping App to see it in action.
For any questions or issues, you can open an issue on this repository, and we will be glad to help you.
Make sure to check out our Releases page for the latest updates and downloads. Enjoy shopping!