- Pull changes
- Open the Project in Visual Studio
- Build the project
- Open the front-end in VS Code (
./ClientApp
directory) - run
npm install
from./ClientApps
directory via command line - run the project from Visual Studio
The default debug bowser should open automatically.
- If not, got to https://localhost:5001/ in a modern browser
- It should run on port 5001.
Use chrome for default debug browser for use of its debugging tools!
Use VS Code, its just easier! You can add extensions for linters etc.
(Visual Studio messes up the indentations so not worth it)
- For coding in React, javascript, css, typescript, etc.
- Front-end directory ./ClientApp
Use Visual Studio to develop the back-end
- For coding in C#, ASP.NET stuff (.cshtml)