upgrade-helper
⚛️ A web tool to support React Native developers in upgrading their apps.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- question.md
- deploy.yml
- push.yml
- CODEOWNERS
- PULL_REQUEST_TEMPLATE.md
- emotion.d.ts
- global.d.ts
- react-github-btn.js
- favicon.ico
- index.html
- manifest.json
- 0.59.js
- home-e-2-e-spec-js-home-1-should-load-the-top-component-with-logo-and-versions-1-snap.png
- home-e-2-e-spec-js-home-1-should-load-the-top-component-with-logo-versions-and-troubleshooting-guides-alert-1-snap.png
- home-e-2-e-spec-js-home-10-should-collapse-first-file-in-diff-1-snap.png
- home-e-2-e-spec-js-home-2-should-hide-the-troubleshooting-guides-alert-and-show-the-troubleshooting-guides-1-snap.png
- home-e-2-e-spec-js-home-2-should-load-the-current-versions-1-snap.png
- home-e-2-e-spec-js-home-3-should-hide-the-troubleshooting-guides-and-show-the-normal-header-1-snap.png
- home-e-2-e-spec-js-home-3-should-select-a-current-version-1-snap.png
- home-e-2-e-spec-js-home-4-should-load-the-current-versions-1-snap.png
- home-e-2-e-spec-js-home-4-should-load-the-upgrading-versions-1-snap.png
- home-e-2-e-spec-js-home-5-should-select-a-current-version-1-snap.png
- home-e-2-e-spec-js-home-5-should-select-an-upgrading-version-1-snap.png
- home-e-2-e-spec-js-home-6-should-load-the-upgrading-content-1-snap.png
- home-e-2-e-spec-js-home-6-should-load-the-upgrading-versions-1-snap.png
- home-e-2-e-spec-js-home-7-should-scroll-to-the-first-file-in-diff-1-snap.png
- home-e-2-e-spec-js-home-7-should-select-an-upgrading-version-1-snap.png
- home-e-2-e-spec-js-home-8-should-collapse-first-file-in-diff-1-snap.png
- home-e-2-e-spec-js-home-8-should-load-the-upgrading-content-1-snap.png
- home-e-2-e-spec-js-home-9-should-scroll-to-the-first-file-in-diff-1-snap.png
- CompletedFilesCounter.spec.tsx
- Markdown.spec.tsx
- Home.e2e.spec.ts
- utils.spec.ts
- loading.svg
- logo.svg
- Diff.tsx
- DiffComment.tsx
- DiffCommentReminder.tsx
- DiffHeader.tsx
- DiffLoading.tsx
- DiffSection.tsx
- DiffViewStyleOptions.tsx
- AlignDepsAlert.tsx
- BinaryDownload.tsx
- CompletedFilesCounter.tsx
- CopyFileButton.tsx
- DarkModeButton.tsx
- DiffViewer.tsx
- DownloadFileButton.tsx
- index.ts
- Markdown.tsx
- Select.test.tsx
- Select.tsx
- Settings.tsx
- TroubleshootingGuides.tsx
- TroubleshootingGuidesButton.tsx
- UpgradeButton.tsx
- UpgradeSupportAlert.tsx
- UsefulContentSection.tsx
- UsefulLinks.tsx
- VersionSelector.tsx
- ViewFileButton.tsx
- Home.tsx
- fetch-diff.ts
- fetch-release-versions.ts
- get-language-from-url.ts
- get-package-name-from-url.ts
- 0.63.2..0.64.2.diff
- repositoryInfo.json
- index.ts
- 0.57.tsx
- 0.58.tsx
- 0.59.tsx
- 0.60.tsx
- 0.61.tsx
- 0.62.tsx
- 0.64.tsx
- 0.68.tsx
- 0.69.tsx
- 0.71.tsx
- 0.72.tsx
- 0.73.tsx
- 0.74.tsx
- 0.77.tsx
- index.js
- types.d.ts
- index.ts
- device-sizes.ts
- test-utils.ts
- update-url.ts
- App.tsx
- constants.ts
- index.css
- index.jsx
- serviceWorker.ts
- utils.ts
- .dockerignore
- .eslintignore
- .eslintrc.js
- .gitignore
- .node-version
- .prettierrc
- AGENTS.md
- CLAUDE.md
- CODE_OF_CONDUCT.md
- config-overrides.js
- CONTRIBUTING.md
- docker-compose.yml
- Dockerfile
- jest.config.js
- jest.setup.js
- LICENSE
- mise.toml
- package.json
- README.md
- renovate.json
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/react-native-community/upgrade-helper
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd upgrade-helper
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose up -d --build
정의된 모든 컨테이너(서버, DB 등)를 한 번에 빌드하고 백그라운드에서 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
