Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Created December 15, 2019 18:26
Show Gist options
  • Save jiimaho/2488a562a91001465bf7f59a3ccbecf8 to your computer and use it in GitHub Desktop.
Save jiimaho/2488a562a91001465bf7f59a3ccbecf8 to your computer and use it in GitHub Desktop.
app.UseSpa(spa =>
{
if (_environment.IsDevelopment())
{
// Make sure you have started the frontend with npm run dev on port 4000
spa.UseProxyToSpaDevelopmentServer("http://localhost:4000");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment