First commit
parents
.gitignore
0 → 100644
README.md
0 → 100644
client/index.html
0 → 100644
client/script.js
0 → 100644
client/style.css
0 → 100644
package.json
0 → 100644
{ | ||
"name": "projetEchecs", | ||
"description": "", | ||
"version": "1.0.0", | ||
"main": "build/main.js", | ||
"scripts": { | ||
"build": "tsc" | ||
}, | ||
"keywords": [], | ||
"author": "Quentin Tonneau", | ||
"license": "MIT", | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"express": "^4.16.3" | ||
} | ||
} |
serveur/main.ts
0 → 100755
sujet.pdf
0 → 100755
File added
tsconfig.json
0 → 100755
Please register or sign in to comment