Skip to content

Sample code for assessment using Dotnet Core Web API + React.js

Notifications You must be signed in to change notification settings

Fasttrack-Azure/Course-Assessment

Repository files navigation

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

About

Sample code for assessment using Dotnet Core Web API + React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published