This commit is contained in:
2026-04-20 17:51:22 +03:30
commit c7aa105709
9 changed files with 719 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "pwa-course",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "http-server -c-1"
},
"author": "",
"license": "ISC",
"dependencies": {
"http-server": "^14.1.1"
}
}