Полная модель данных Northwind
- Гит не видит нужных веток
git fetch origin
- Как подсмотреть решение, не теряя прогресс?
# Текущая ветка git checkout step0-start
git stash # сохраните изменения
git checkout step0 # перейдите в ветку с решением
git checkout step0-start # вернитесь
git stash apply # загрузите сохранение
git clone [email protected]:nodkz/graphql-workshop-ru.git
cd graphql-workshop-ru
yarn install
cd server && yarn install
cd client && yarn install
yarn watch
Or only server
cd server && yarn watch
Or only client
cd client && yarn watch
See Northwind models