feat: skeleton

This commit is contained in:
Mike 2023-12-18 16:19:02 -05:00
parent 3c421fcb2f
commit 8d2c9f4bed
4 changed files with 1729 additions and 0 deletions

1710
restaurant/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

17
restaurant/package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "restaurant",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"html-webpack-plugin": "^5.5.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}

0
restaurant/src/index.js Normal file
View file

View file

@ -0,0 +1,2 @@
const path = require('path');