fjb4 / dotnet-core-react-example

.NET Core React application with deployment instructions for Cloud Foundry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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

About

.NET Core React application with deployment instructions for Cloud Foundry


Languages

Language:JavaScript 57.8%Language:C# 26.6%Language:HTML 13.2%Language:CSS 2.4%