add index.html and .gitignore for initial project setup

This commit is contained in:
Michael Czechowski
2025-05-29 18:08:45 +02:00
commit 182b0d0e8d
3 changed files with 328 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "dhbw-html",
"version": "0.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.html",
"scripts": {
"start": "npx serve . -p 1312 --cors",
"test": "echo \"Error: no test specified\" && exit 1"
}
}