10. Create container and deploy on local Docker instance
This is the 10th article in the beginner series of React UI for doing simple CRUD operations on single table. We ran the project using npm start on local system. In this tutorial, we will create a Docker container for the React app and deploy on local Docker. This React app consumes Person web API, which we developed in ASP.NET Core 7. We used Visual Studio 2022 to add container support in the web API project....