add a demo webui

This commit is contained in:
2023-11-24 13:54:36 -06:00
parent ca5b37a54d
commit b13e906f44
8 changed files with 1254 additions and 18 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "aas-webui",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"prestart": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css",
"start": "node index.js",
"dev:css": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"tailwindcss": "^3.3.5"
}
}