Al Corte Management System is a React-based application that allows users to manage their cart items in an e-commerce platform. The system provides a user-friendly interface for adding, removing, and updating cart items, as well as managing the cart state using Redux.
-
Open your terminal or command prompt.
-
Go into your projects folder.
-
Run the following command to clone the repository:
git clone https://github.com/MychelGarzon/meatShop.git
-
In VSCode, open the integrated terminal by selecting Terminal > New Terminal.
-
Ensure you are in the project directory in the terminal.
-
Run the following command to install the necessary dependencies:
npm install
-
After installing dependencies, start the development server by running:
npm run dev
- Operating System: Windows 10, macOS 10.15, or a recent Linux distribution
- Node.js (for npm-based projects)
- Git (for cloning repositories)
- Visual Studio Code (or another code editor)