-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
1,363 additions
and
893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"version": "0.2.0", | ||
"compounds": [ | ||
{ | ||
"name": "Watch Api and Web", | ||
"configurations": [ | ||
"Watch Api", | ||
"Watch Web" | ||
] | ||
} | ||
], | ||
"configurations": [ | ||
{ | ||
"name": "Watch Api", | ||
"type": "coreclr", | ||
"request": "launch", | ||
"cwd": "${workspaceFolder}/src/Server/Api", | ||
"program": "dotnet", | ||
"args": [ | ||
"watch", | ||
"--project", | ||
".", | ||
"verbose" | ||
], | ||
"env": { | ||
"ASPNETCORE_ENVIRONMENT": "Development" | ||
} | ||
}, | ||
{ | ||
"name": "Watch Web", | ||
"type": "coreclr", | ||
"request": "launch", | ||
"cwd": "${workspaceFolder}/src/Client/Web", | ||
"program": "dotnet", | ||
"args": [ | ||
"watch", | ||
"--project", | ||
".", | ||
"verbose" | ||
], | ||
"env": { | ||
"ASPNETCORE_ENVIRONMENT": "Development" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,9 @@ Experience lightning-fast speeds and seamless integration as you dive into the w | |
|
||
1- Press `Ctrl + Shift + P` and run `watch sass` | ||
|
||
2- Open new terminal in vscode and run: | ||
2- Press `Ctrl + Shift + D` and choose `Watch Api and Web` as active debug profile and click on start debuggin button (F5) | ||
|
||
`dotnet watch --project src/Server/Api/Bit.TemplatePlayground.Server.Api.csproj` | ||
|
||
3- Open another terminal in vscode and run: | ||
|
||
`dotnet watch --project src/Client/Web/Bit.TemplatePlayground.Client.Web.csproj` | ||
|
||
4- Sign in using `[email protected]` and `123456` and explorer admin panel features! | ||
3- Sign in using `[email protected]` and `123456` and explorer admin panel features! | ||
|
||
Done! | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.