Building Asp.Net Core Applications With an Angular Frontend Using Docker

By Medium - 2020-10-20

Description

Running .Net Core applications with a frontend SPA framework like Angular or React is now as simple as using one of the built-in templates in Visual Studio. Visual Studio also provides excellent…

Summary

  • Net Core Applications With an Angular Frontend Using Docker Running .Net Core applications with a frontend SPA framework like Angular or React is now as simple as using one of the built-in templates in Visual Studio.
  • Give the project a name and click create.
  • Although this is working, we can make the process run faster by deploying an image of the build container with nodejs installed in it.
  • Thanks Richard Collette for the tip) To use it, revert the docker file build section to use this image and add the step to run unit tests, like so, Medium is an open platform where 170 million readers come to find insightful and dynamic thinking.

 

Topics

  1. Backend (0.16)
  2. Frontend (0.09)
  3. Coding (0.06)

Similar Articles

Learning To Use Docker

By DEV Community - 2020-12-27

This is the second post in my series called "Demystifying Docker". While having read the first post i... Tagged with beginners, tutorial, devops, docker.