cross-fetch
Universal WHATWG Fetch API for Node, Browsers and React Native.
파일 탐색기
최종 버전 다운로드 (.zip)- checks.yml
- on-pull-request.yml
- on-push-to-base-branch.yml
- on-release.yml
- .gitignore
- commit-msg
- pre-commit
- pre-push
- publish
- server
- logo-apollo.png
- logo-facebook.png
- logo-graphql-request.png
- logo-nytimes.png
- logo-swagger.png
- logo-vulcanjs.png
- .npmrc
- index.js
- package.json
- puppeteer.js
- index.js
- .npmrc
- package.json
- wrangler.toml
- .npmrc
- index.js
- package.json
- server.js
- AndroidManifest.xml
- MainActivity.java
- MainApplication.java
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- BUCK
- build.gradle
- build_defs.bzl
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- home.js
- poly-page.js
- pony-page.js
- LaunchScreen.xib
- Contents.json
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- main.m
- Info.plist
- Info.plist
- reactnative-tvOS.xcscheme
- reactnative.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- Info.plist
- reactnativeTests.m
- Podfile
- Podfile.lock
- .buckconfig
- .gitignore
- .watchmanconfig
- app.json
- babel.config.js
- index.js
- metro.config.js
- package.json
- .npmrc
- index.ts
- package.json
- tsconfig.json
- package.json
- node-polyfill.js
- node-ponyfill.js
- react-native-polyfill.js
- react-native-ponyfill.js
- index.html
- run.sh
- index.js
- run.sh
- index.js
- run.sh
- index.html
- run.sh
- sw.js
- sw.reporter.js
- webpack.config.js
- index.html
- run.sh
- api.spec.js
- api.spec.ts
- index.html
- polyfill.js
- ponyfill.js
- run.sh
- webpack.config.js
- polyfill.js
- ponyfill.js
- run.sh
- webpack.config.js
- index.js
- run.sh
- polyfill.html
- polyfill.js
- ponyfill.html
- ponyfill.js
- run.sh
- webpack.config.js
- polyfill.html
- polyfill.js
- ponyfill.html
- ponyfill.js
- run.sh
- webpack.config.js
- module.spec.js
- browser.env.js
- node.env.js
- server.sh
- .codecov.yml
- .editorconfig
- .gitattributes
- .gitignore
- .npmrc
- .nvmrc
- _config.yml
- CHANGELOG.md
- index.d.ts
- LICENSE
- Makefile
- package.json
- README.md
- rollup.config.js
- SECURITY.md
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/lquixada/cross-fetch
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd cross-fetch
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install --save cross-fetch
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
