dotnet new -h
dotnet new sln
dotnet new webapi -o API
dotnet sln add API
dotnet dev-certs https –trust
dotnet run
dotnet ef migrations add InitialCreate -o Data/Migrations
dotnet ef database update
dotnet new gitignore
dotnet ef database drop
dotnet add package Microsoft.AspNetCore.Mvc
// kill port 5001 on mac.
lsof -t -i tcp:5001 | xargs kill -9
-
Notifications
You must be signed in to change notification settings - Fork 0
levilogics/angular-routing
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published