Models/
Services/
Controllers/
ClientApp/src
Go to ClientApp on the terminal and enter
npm install
The step above is necessary to ensure the application works.
Press the start button on the top right, or wherever your start button is and it should function.
Starting Backend application at the Root of the Repository
dotnet run
Starting Frontend, cd into ClientApp, then run the following
npm start