Skip to content

jsnieg/tse-assignment

Repository files navigation

KOUGH - TSE Group 11

Running Locally

  1. Pull changes
  2. Open the Project in Visual Studio
  3. Build the project
  4. Open the front-end in VS Code (./ClientApp directory)
  5. run npm install from ./ClientApps directory via command line
  6. run the project from Visual Studio

The default debug bowser should open automatically.


Development

Use chrome for default debug browser for use of its debugging tools!

Front-end

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

Back-end

Use Visual Studio to develop the back-end

  • For coding in C#, ASP.NET stuff (.cshtml)