Skip to content

Build and Run

Install dependencies from Code Editor.

NOTE: The first time you create a new project, make sure to click Install Dependencies. This will run “npm install” to install all your front end node_module libraries.

Known IssueTroubleshootingStatus
Error running npm scripts due to permissions. “npm.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.”Open Powershell and run “Set-ExecutionPolicy RemoteSigned”Not Reported.

Run project from Code Editor.

Click Run Project to Build and Run the backend and frontend.

Port Management:

  • The backend server will be running on localhost:5123
  • The frontend will run on localhost:3000
  • CORS is assigned in Program.cs

Compiling Logs Modal within the Code Editor.

Click the Show Logs button to see live logs for your frontend and backend solutions. Feel free to put your errors in the rIDE chat.

Compiling Errors within the Code Editor.

Compile time errors will also show in the errors box below the code editor. Feel free to put your errors in the rIDE chat.

Known IssueTroubleshootingStatus
Back-end logs - The application ‘build’ does not exist. No .NET SDKs were found.Download a .NET SDK: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.409/dotnet-sdk-8.0.409-win-x64.exeNot Reported. Need to retest.