frontend hello world

This commit is contained in:
Stepan Usatiuk
2023-12-15 19:41:01 +01:00
parent d18b7f2b3e
commit 1e2c667bf4
9 changed files with 3804 additions and 0 deletions

9
client/.parcelrc Normal file
View File

@@ -0,0 +1,9 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.{ts,tsx}": ["@parcel/transformer-typescript-tsc"]
},
"validators": {
"*.{ts,tsx}": ["@parcel/validator-typescript"]
}
}