This repository was archived by the owner on Aug 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,18 @@ The main goal of project is to be a Management Ecosystem for IdentityServer4. He
7676Do you love it? give us a Star!
7777
7878## How to build
79- Jp Project is built against ASP.NET Core 2.1 .
79+ Jp Project is built against ASP.NET Core 2.2 .
8080
81- * [ Install] ( https://www.microsoft.com/net/download/core#/current ) the latest .NET Core 2.1 SDK
82- * Run ` build.ps1 ` (Powershell) or ` build.bat ` (cmd)
81+ * [ Install] ( https://www.microsoft.com/net/download/core#/current ) the latest .NET Core 2.2 SDK
8382
84- Wait for ng to complete his proccess then go to http://localhost:5000 !
8583
84+ ` src/JpProject.sln ` Contains SSO and API
85+
86+ For UI's use VSCode.
87+ - AdminUI -> Inside VSCode open folder ` rootFolder/src/Frontend/Jp.AdminUI ` , then terminal and ` npm install && npm start `
88+ - User Management -> Inside VSCode open folder ` rootFolder/src/Frontend/Jp.UserManagement ` , then terminal and ` npm install && npm start `
8689
90+ Wait for ng to complete his proccess then go to http://localhost:5000 !
8791
8892Any doubts? Go to docs
8993
You can’t perform that action at this time.
0 commit comments