Deploying a Create React App project to Azure with VSTS Build and Release

Create React App is a great way to get started with creating your a JavaScript application with React with no configuration. It is essentially a number of tools (webpack mostly) bundled into one node module that creates and builds your application. In this article I’m going to show you how to build and release this … Continue reading Deploying a Create React App project to Azure with VSTS Build and Release