use create react app to simplify the application

This commit is contained in:
dennis.ludwig
2021-06-10 10:08:45 +02:00
parent 630e03a92d
commit 8231afa50f
47 changed files with 1288 additions and 12936 deletions

5
.lintstagedrc Normal file
View File

@@ -0,0 +1,5 @@
{
"*.{json, md, yml, js, ts, tsx}": [
"prettier --write",
]
}