Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,18 @@ Make sure that you have the latest versions of NodeJS and Visual Studio Code in

### How to run this application?

To run this application, you need to clone the `getting-started-with-the-react-carousel-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm start` command.
To run this application, follow the steps below:
1. Clone the `getting-started-with-the-react-carousel-component` repository

2. Open the Project
Navigate to the cloned folder and open it in Visual Studio Code or your preferred code editor.

3. Install Dependencies
Run the following command in the terminal to install all necessary React packages:
`npm install`

4. Start the Application
Once the installation is complete, start the development server using:
`npm start`

This will compile the project and launch it in your default browser at http://localhost:3000.