This website works better with JavaScript.
Home
Explore
Help
Sign In
cziermann
/
graphql-pizza-demo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add start script
master
Christian Ziermann
3 years ago
parent
ca0fcc2bce
commit
467d9681b5
4 changed files
with
19727 additions
and
29 deletions
Unified View
Show Diff Stats
+3
-0
.vscode/settings.json
+19716
-29
frontend/package-lock.json
+6
-0
package-lock.json
+2
-0
start.sh
+ 3
- 0
.vscode/settings.json
View File
{
"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
{
"name": "graphql-pizza-demo",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}
+ 2
- 0
start.sh
View File
cd backend && npm i && npm run build && cd ..
cd frontend && npm i && npm run build && cd ..
Write
Preview
Loading…
Cancel
Save