Skip to content

Instantly share code, notes, and snippets.

@michalpenka
Last active March 18, 2020 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michalpenka/da64546ab6a340ad4810fe2accb60619 to your computer and use it in GitHub Desktop.
Save michalpenka/da64546ab6a340ad4810fe2accb60619 to your computer and use it in GitHub Desktop.
Create ASP.NET project from command line
mkdir source\repos
cd source\repos
dotnet new helloworld -o aspnetcoreapp
cd helloworld
dotnet run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment