Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit efacda5

Browse files
Merge pull request #8 from brunohbrito/1.2.1
1.2.1
2 parents 85b3951 + 14b45de commit efacda5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,18 @@ The main goal of project is to be a Management Ecosystem for IdentityServer4. He
7676
Do 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

8892
Any doubts? Go to docs
8993

@@ -127,4 +131,3 @@ Check [Changelog.md](https://github.com/brunohbrito/JP-Project/blob/master/CHANG
127131

128132
Code coverage
129133

130-
Thinking about create separated repo's for each part of solution.

0 commit comments

Comments
 (0)