Skip to content

Instantly share code, notes, and snippets.

@talkingdotnet
Created January 22, 2018 12:27
Show Gist options
  • Save talkingdotnet/c4f378441826cbcc78a4617e4c87313a to your computer and use it in GitHub Desktop.
Save talkingdotnet/c4f378441826cbcc78a4617e4c87313a to your computer and use it in GitHub Desktop.
app.UseSpa(spa =>
{
spa.Options.SourcePath = "ClientApp";
if (env.IsDevelopment())
{
spa.UseReactDevelopmentServer(npmScript: "start");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment