Skip to content

Instantly share code, notes, and snippets.

@harishrathi
Created April 25, 2020 14:34
Show Gist options
  • Save harishrathi/119619f742f029502f0f9c4cc4860791 to your computer and use it in GitHub Desktop.
Save harishrathi/119619f742f029502f0f9c4cc4860791 to your computer and use it in GitHub Desktop.
dotnet core - angular - npm start
var solutionDir = Directory.GetParent(env.ContentRootPath).FullName;
spa.Options.SourcePath = Path.Join(solutionDir, "ICollect.Public.ClientApp");
spa.UseAngularCliServer("start");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment