Jitendra Kumar

Jitendra Kumar

  • NA
  • 189
  • 22k

how to run on visual where we have to type dotnet run ?

Aug 8 2018 2:34 AM
Update the connection string in appsettings.json in Project.WebHost.
Run file "sudo ./simpl-build.sh".
In the terminal, navigate to the "src/SimplCommerce.WebHost" type "dotnet run" and hit "Enter".
 
can you tell me how to run this on visual
  • Update the connection string in appsettings.json in Project.WebHost
  • Build whole solution.
  • Open Package Manager Console Window and type "Update-Database" then press "Enter". This action will create database schema.
I am not getting 
 
how to run on visual where we have to type dotnet run ?

Answers (2)