From 9f93a404328827320a8e3a25d3c48801ade68bc2 Mon Sep 17 00:00:00 2001 From: Komal Mishra <114347394+komalmishra121@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:07:50 +0530 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 9fd707dbd4..d1afaca3bd 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,30 @@ The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline) you'll be creating yourself during the tutorial and the `scripts` subdirectory contains shell scripts with commands that are executed when Jenkins processes the "Test" and "Deliver" stages of your Pipeline. + +# Extended Node.js and React Application + +This repository contains a simple Node.js and React application which generates a web page with the content "Welcome to React" and is accompanied by a test to check that the application renders satisfactorily. + +## Table of Contents +- [Prerequisites](#prerequisites) +- [Installation](#installation) +- [Running the Application](#running-the-application) +- [Running Tests](#running-tests) +- [Jenkins Pipeline](#jenkins-pipeline) +- [Changes Made](#changes-made) + +## Prerequisites + +Ensure you have the following installed on your local machine: + +- [Node.js](https://nodejs.org/) (version 14.x or later) +- [npm](https://www.npmjs.com/get-npm) (version 6.x or later) + +## Installation + +Clone the repository to your local machine: + +```bash +git clone https://github.com/your-username/your-repo-name.git +cd your-repo-name