Skip to content

A program demonstrating how to use the React project template with ASP.NET Core

License

Notifications You must be signed in to change notification settings

liyue191918/DotnetCoreReactDemo

Repository files navigation

How to build and run the App?
  Ensure you have an environment variable called ASPNETCORE_Environment with value of Development. 
  On Windows (in non-PowerShell prompts), run SET ASPNETCORE_Environment=Development. 
  On Linux or macOS, run export ASPNETCORE_Environment=Development.
  Run dotnet build to verify your app builds correctly. On the first run, the build process restores npm dependencies, 
  which can take several minutes. Subsequent builds are much faster.
  Run dotnet run to start the app. 

How to use the App?
 At the home page input company's NIT code.
  2322467(OK)
  2322468(OK)
  2322469(OK)
  2322466(reject)
 At detailed page, you can modify the information of the company and save.
 
What is the features of the App?
 ●	React.
 ●	ASP.NET Core.

About

A program demonstrating how to use the React project template with ASP.NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published