Build and Run
Install Frontend Dependencies
Section titled “Install Frontend Dependencies”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 Issue | Troubleshooting | Status |
---|---|---|
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
Section titled “Run Project”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
Compile: Time Logging & Errors
Section titled “Compile: Time Logging & Errors”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.
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 Issue | Troubleshooting | Status |
---|---|---|
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.exe | Not Reported. Need to retest. |