Skip to content

Prashantty/CompeleteTestDeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React JS Application - README

This repository contains a React JS application along with Azure Pipeline configurations for Continuous Integration/Continuous Deployment (CI/CD). The application is hosted on Azure Web Services and can be accessed via https://newwebdepoly.azurewebsites.net/.

Getting Started

To run this React JS application locally, follow these steps:

  1. Clone this repository to your local machine.
    git clone https://github.com/Prashantty/CompeleteTestDeploy.git
  2. Navigate to the project directory.
    cd CompeleteTestDeploy
  3. Install dependencies using npm or yarn.
    npm install
  4. Start the development server.
    npm start
  5. Open your browser and visit http://localhost:3000 to view the application.

Azure Pipeline

This project is configured with Azure Pipeline for automated builds and deployments. The pipeline is set up to trigger on every push to the main branch of this repository. It performs the following tasks:

  • Builds the React JS application.
  • Runs tests (if any).
  • Deploys the built application to Azure Web Services.

The pipeline configuration file (azure-pipeline.yml) is included in the repository under the .azure-pipelines directory.

Hosting

The application is hosted on Azure Web Services. You can access the hosted application using the following link:

https://newwebdepoly.azurewebsites.net/

Contributing

If you'd like to contribute to this project, feel free to fork this repository, make your changes, and submit a pull request. Your contributions are highly appreciated!

Issues

If you encounter any issues or have suggestions for improvement, please open an issue on this repository. We welcome your feedback!

License

This project is licensed under the MIT License. See the LICENSE file for details.


Thank you for using our React JS application! We hope you find it useful. If you have any questions or need further assistance, feel free to contact us. Happy coding! 🚀