Browse Source

add start script

master
Christian Ziermann 3 years ago
parent
commit
467d9681b5
4 changed files with 19727 additions and 29 deletions
  1. +3
    -0
      .vscode/settings.json
  2. +19716
    -29
      frontend/package-lock.json
  3. +6
    -0
      package-lock.json
  4. +2
    -0
      start.sh

+ 3
- 0
.vscode/settings.json View File

@@ -0,0 +1,3 @@
{
"jira-plugin.workingProject": ""
}

+ 19716
- 29
frontend/package-lock.json
File diff suppressed because it is too large
View File


+ 6
- 0
package-lock.json View File

@@ -0,0 +1,6 @@
{
"name": "graphql-pizza-demo",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

+ 2
- 0
start.sh View File

@@ -0,0 +1,2 @@
cd backend && npm i && npm run build && cd ..
cd frontend && npm i && npm run build && cd ..

Loading…
Cancel
Save