new course on openclassroom

This commit is contained in:
hugo gogo
2022-10-16 20:08:49 +02:00
parent b35cf724bc
commit 0b493fc0ec
22 changed files with 1057 additions and 17 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "go-fullstack-v3-fr",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "npx http-server . -p 4200 -P \"http://localhost:4200?\""
},
"author": "",
"license": "ISC",
"dependencies": {
"http-server": "^13.0.1"
}
}