Build Your First CI/CD Pipeline using Azure DevOps with this Demo App.
This is a Node and Express web application used to demonstrate CI/CD with Azure DevOps. You can clone this repo and use it within Azure DevOps to build, test, and release to an Azure App Service web app.
You can use these commands to install, test, and run the app locally. (Not Required)
npm install npm test Navigate to the /test folder to review the unit tests for this project. These tests will run as part of your Azure DevOps Build pipeline. See azure-pipelines.yml in this repo.
npm start This project is licensed under the Apache License 2.0
