Added initial structure

This commit is contained in:
Dmitriy Shishkov 2020-10-03 17:50:36 +05:00
commit 8be9a3c4f6
No known key found for this signature in database
GPG Key ID: D76D70029F55183E
7 changed files with 11466 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/node_modules

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "backend"]
path = backend
url = ./backend
[submodule "frontend"]
path = frontend
url = ./frontend

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": false
}

1
backend Submodule

@ -0,0 +1 @@
Subproject commit ce7939bcac0a515bd5660ecf277f85eace2c0d13

1
frontend Submodule

@ -0,0 +1 @@
Subproject commit cc63aede25e1a0bae7f6b0db1cdcbbf9ec700a35

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"private": true,
"workspaces": [
"frontend",
"backend"
]
}

11445
yarn.lock Normal file

File diff suppressed because it is too large Load Diff