Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 478 Bytes

File metadata and controls

9 lines (6 loc) · 478 Bytes

.NET Core React Application

Deployment instructions for pushing a React application (one built with the .NET Core React template) to Cloud Foundry.

This has been tested with .NET Core 3.1 and Node.js 13.8.

Cloud Foundry Deployment Steps

  • Build both the .NET and Node.js portions of the application by running dotnet publish -o publish
  • Deploy the application artifacts from the ./publish directory to Cloud Foundry cf push react-example --random-route -p publish