-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular, React, and Vue sample. #76
Conversation
When checking out this commit, I followed the readme, ran npm install for all 3 of the JS projects. When running the Aspire AppHost project, the Angular app fails to start: it gets a NaN as a port, with this logged.
Set up: Sorry if I am being too early on this |
Ah, I think that might be an issue with Windows. I passed the port to the |
That, fixed it! Thanks! |
Hey @OwenCross289 - I fixed the issue by using |
samples/AspireWithJavaScript/AspireJavaScript.AppHost/Program.cs
Outdated
Show resolved
Hide resolved
samples/AspireWithJavaScript/AspireJavaScript.AppHost/Program.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I do wonder whether we could make these projects show up in VS via the esproj project types.
Yeah, that would be really cool! |
* Angular, React, and Vue sample. * Add run-script-os to use the appropriate switch for env var * Ports and deployability updates
A sample that shows how to use .NET Aspire with Angular, React, and Vue.
.NET Aspire dashboard
Angular app
React app
Vue app