Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 336 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 336 Bytes

react-dotnet-example

Example Project on how to develop and build React project with DOTNET Core Web API

Run Locally

// build and publish dotnet publish -c Release -o published // run dotnet published/react-dotnet-example.dll

Build the image

// build the image docker build -t react-dotnet-img . // list the images docker images