Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 990 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 990 Bytes

Project Setup

To run this project on your local machine, follow these steps:

1.Install Node.js:

Go to the official Node.js website at https://nodejs.org and download the recommended version for your operating system. Run the downloaded installation file and follow the on-screen instructions to complete the installation. Once the installation is complete, open the command line or terminal on your operating system.

2.Install project dependencies:

Navigate to the project folder in the command line or terminal. Run the following command to install the project dependencies:

npm install

3.Start the development server:

Run the following command to start the development server:

npm start

The development server should start running on http://localhost:3000 by default.

You can now view the project in your web browser.

image