new course on openclassroom
This commit is contained in:
14
tests/tests_hugo/go-fullstack/frontend/package.json
Normal file
14
tests/tests_hugo/go-fullstack/frontend/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user