Skip to content

Commit

Permalink
feat(web-shell): Converted web app to use NextJs
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 13, 2022
1 parent b73ab13 commit c7f6f06
Show file tree
Hide file tree
Showing 90 changed files with 3,089 additions and 691 deletions.
10 changes: 10 additions & 0 deletions OpenSystem.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "apis", "apis", "{B1A29E6C-6
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSystem.Apis.Message", "apps\apis\message\OpenSystem.Apis.Message.csproj", "{4E641E32-3776-4965-A331-8B6DC5F4A5EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "web", "web", "{79566D8A-2972-4572-9EB6-48AC2993C608}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSystem.Web.Host", "apps\web\host\OpenSystem.Web.Host.csproj", "{261E20C8-871C-488F-9436-5070C77F31AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -22,9 +26,15 @@ Global
{4E641E32-3776-4965-A331-8B6DC5F4A5EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E641E32-3776-4965-A331-8B6DC5F4A5EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E641E32-3776-4965-A331-8B6DC5F4A5EF}.Release|Any CPU.Build.0 = Release|Any CPU
{261E20C8-871C-488F-9436-5070C77F31AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{261E20C8-871C-488F-9436-5070C77F31AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{261E20C8-871C-488F-9436-5070C77F31AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{261E20C8-871C-488F-9436-5070C77F31AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B1A29E6C-6B59-429E-AB79-1F7F8AF61484} = {4F8600F6-7644-44FE-B568-FFCA0A389BEF}
{4E641E32-3776-4965-A331-8B6DC5F4A5EF} = {B1A29E6C-6B59-429E-AB79-1F7F8AF61484}
{79566D8A-2972-4572-9EB6-48AC2993C608} = {4F8600F6-7644-44FE-B568-FFCA0A389BEF}
{261E20C8-871C-488F-9436-5070C77F31AB} = {79566D8A-2972-4572-9EB6-48AC2993C608}
EndGlobalSection
EndGlobal
11 changes: 0 additions & 11 deletions apps/web/landing/.babelrc

This file was deleted.

21 changes: 0 additions & 21 deletions apps/web/landing/.eslintrc.json

This file was deleted.

15 changes: 0 additions & 15 deletions apps/web/landing/jest.config.ts

This file was deleted.

13 changes: 0 additions & 13 deletions apps/web/landing/module-federation.config.js

This file was deleted.

111 changes: 0 additions & 111 deletions apps/web/landing/project.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/web/landing/src/app/App.tsx

This file was deleted.

1 change: 0 additions & 1 deletion apps/web/landing/src/app/index.ts

This file was deleted.

Empty file.
13 changes: 0 additions & 13 deletions apps/web/landing/src/bootstrap.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions apps/web/landing/src/environments/environment.prod.ts

This file was deleted.

6 changes: 0 additions & 6 deletions apps/web/landing/src/environments/environment.ts

This file was deleted.

Binary file removed apps/web/landing/src/favicon.ico
Binary file not shown.
14 changes: 0 additions & 14 deletions apps/web/landing/src/index.html

This file was deleted.

1 change: 0 additions & 1 deletion apps/web/landing/src/main.ts

This file was deleted.

7 changes: 0 additions & 7 deletions apps/web/landing/src/polyfills.ts

This file was deleted.

2 changes: 0 additions & 2 deletions apps/web/landing/src/remote-entry.ts

This file was deleted.

23 changes: 0 additions & 23 deletions apps/web/landing/tsconfig.app.json

This file was deleted.

25 changes: 0 additions & 25 deletions apps/web/landing/tsconfig.json

This file was deleted.

20 changes: 0 additions & 20 deletions apps/web/landing/tsconfig.spec.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/web/landing/webpack.config.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/web/landing/webpack.config.prod.js

This file was deleted.

11 changes: 0 additions & 11 deletions apps/web/shell/.babelrc

This file was deleted.

16 changes: 0 additions & 16 deletions apps/web/shell/.browserslistrc

This file was deleted.

Loading

0 comments on commit c7f6f06

Please sign in to comment.