This repository was archived by the owner on Aug 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed
Expand file tree Collapse file tree 3 files changed +21
-10
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,15 +4,12 @@ dotnet build "../src/Backend/Jp.UserManagement"
44dotnet build " ../src/Frontend/Jp.UI.SSO"
55
66CLS
7- echo RUN API
8- start /d " ../src/Backend /Jp.UserManagement" dotnet run args
7+ echo Build UserManagement
8+ start /d " ../src/Frontend /Jp.UserManagement" npm install
99
10- echo RUN SSO
11- start /d " ../src/Frontend/Jp.UI.SSO" dotnet run args
12-
13- echo RUN UserManagement
14- (cd " ../src/Frontend/Jp.UserManagement" && npm install && start npm start)
15-
16- echo RUN AdminUi
17- (cd " ../src/Frontend/Jp.AdminUI" && npm install && start npm start)
10+ echo Build AdminUi
11+ start /d " ../src/Frontend/Jp.AdminUI" npm install
1812
13+ CLS
14+ ECHO WAIT BUILD TO COMPLETE, THEN Run start.bat
15+ PAUSE
Original file line number Diff line number Diff line change 1+
2+ CLS
3+ echo RUN API
4+ start /d " ../src/Backend/Jp.UserManagement" dotnet run args
5+
6+ echo RUN SSO
7+ start /d " ../src/Frontend/Jp.UI.SSO" dotnet run args
8+
9+ echo RUN UserManagement
10+ start /d " ../src/Frontend/Jp.UserManagement" npm start
11+
12+ echo RUN AdminUi
13+ start /d " ../src/Frontend/Jp.AdminUI" npm start
14+
You can’t perform that action at this time.
0 commit comments