feat: add web client frontend with monorepo config.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "bis-sp21-web",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"server": "node server/index.js",
|
||||
"client": "npm --prefix client run dev",
|
||||
"dev": "start cmd /k npm run server && npm run client"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user