Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 466 Bytes

File metadata and controls

28 lines (13 loc) · 466 Bytes

Pizza Shop

An application for ordering delicious pizzas online.

Getting Started

Follow these instructions to set up and run the project on your local machine.

Clone the repository:

git clone https://github.com/qwegod/pizzashop
cd pizzashop

Install dependencies:

npm install

Running the Application

To start the application, use:

npm start

The application will start, and you can access it in your browser at http://localhost:3000.