Skip to content

olehspidey/B2B

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to execute back-end API?

  • You need to install dotnet core SDK >= 2.1 https://www.microsoft.com/net/download
  • Go to main project directory B2B/b2b/src/B2B/ with B2B.csproj
  • Open cmd on OS Windows or terminal on MacOS/Linux
  • Execute dotnet run command or dotnet watch run for runtime watching changes
  • Project will start on 5000 port
You can find more information about executing here https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore21

How to execute front-end Web?

  • Got to B2B/b2b-web
  • Open cmd on OS Windows or terminal on MacOS/Linux
  • Execute npm start or yarn start
  • Project will start on 3000 port