update, lint, prettify everything

put backend sources into src
setup circleci
don't use react-loadable because it seems unnecessary
This commit is contained in:
2021-03-13 19:58:06 +03:00
parent f19a55790c
commit afd1f98254
98 changed files with 13582 additions and 10832 deletions

View File

@@ -1,4 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all"
}
"trailingComma": "all",
"tabWidth": 4,
"endOfLine": "auto"
}