Added initial structure
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/node_modules
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
[submodule "backend"]
|
||||
path = backend
|
||||
url = ./backend
|
||||
[submodule "frontend"]
|
||||
path = frontend
|
||||
url = ./frontend
|
5
.prettierrc
Normal file
5
.prettierrc
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": false
|
||||
}
|
1
backend
Submodule
1
backend
Submodule
Submodule backend added at ce7939bcac
1
frontend
Submodule
1
frontend
Submodule
Submodule frontend added at cc63aede25
7
package.json
Normal file
7
package.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"frontend",
|
||||
"backend"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user