diff --git a/README.md b/README.md index 4db1c83..41df5c3 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file