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/.
To run this React JS application locally, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/Prashantty/CompeleteTestDeploy.git
- Navigate to the project directory.
cd CompeleteTestDeploy
- Install dependencies using npm or yarn.
npm install
- Start the development server.
npm start
- Open your browser and visit http://localhost:3000 to view the application.
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.
The application is hosted on Azure Web Services. You can access the hosted application using the following link:
https://newwebdepoly.azurewebsites.net/
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!
If you encounter any issues or have suggestions for improvement, please open an issue on this repository. We welcome your feedback!
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! 🚀