Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 625 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 625 Bytes

Vending Machine Project

To run this project locally, follow these steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/Nooktarisa/vending-mc-react
    
  2. Navigate to the project directory:

cd vending-machine-react

  1. Install dependencies using npm:

npm install

Running the Project

To run the project locally, you can use the following command:

npm start

This will start the development server and open the project in your default web browser.

Usage

Once the project is running, you can access it by visiting [http://localhost:3000] in your web browser.