Initial client setup

This commit is contained in:
ireic
2019-12-03 20:39:54 +01:00
parent 84f0897c45
commit 6be3ac2e77
17 changed files with 17913 additions and 180 deletions

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"eslint.workingDirectories": [
{
"directory": "./client",
"changeProcessCWD": true
},
{
"directory": "./api",
"changeProcessCWD": true
}
]
}