initial skeleton for front

This commit is contained in:
Quentin Roussel
2024-03-23 16:34:13 +01:00
parent 2058414748
commit 46c6ce7af2
15 changed files with 5131 additions and 0 deletions

11
traque-back/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "traque-back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Quentin Roussel",
"license": "ISC"
}