Add React FE

This commit is contained in:
SECUNDIS\masantos
2024-04-07 17:08:22 +01:00
parent 60195cabf3
commit fd64d43ab3
18 changed files with 335 additions and 1 deletions

19
geradoresfe/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "edge",
"request": "launch",
"name": "localhost (Edge)",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}