react-apple-signin-auth
Apple signin for React using the official Apple JS SDK
파일 탐색기
최종 버전 다운로드 (.zip)- 01-stack-eras.md
- 02-pr-anatomy.md
- 03-voice-rules.md
- 04-toolchain.md
- 05-anti-patterns.md
- 06-canonical-references.md
- 07-runtime-coherence.md
- 08-currency-flags.md
- 09-before-after.md
- SKILL.md
- config.yml
- automerge.yml
- test-publish.yml
- CODE_OF_CONDUCT.md
- CODEOWNERS
- FUNDING.yml
- ISSUE_TEMPLATE.md.md
- pr-branch-labeler.yml
- PULL_REQUEST_TEMPLATE.md
- build.test.js
- cover.webp
- favicon.ico
- generate-static.js
- Demo.css
- Demo.tsx
- App.tsx
- index.css
- index.html
- main.tsx
- types.d.ts
- vite-env.d.ts
- .gitignore
- eslint.config.js
- index.html
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- fileMock.js
- styleMock.js
- .eslintrc.js
- setupTests.js
- fix-esm-extensions.js
- appleAuthHelpers.test.js
- index.js
- AppleSigninButton.test.js.snap
- AppleSigninButton.jsx
- AppleSigninButton.test.js
- useScript.js
- useScript.test.js
- index.d.ts
- waitForVar.js
- index.d.ts
- index.js
- index.test.js
- types.js
- .babelrc
- .editorconfig
- .eslintignore
- .eslintrc.js
- .flowconfig
- .gitignore
- .npmignore
- .prettierrc.js
- jest.config.js
- LICENSE
- package.json
- README.md
- skills-lock.json
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/a-tokyo/react-apple-signin-auth
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-apple-signin-auth
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm i react-apple-signin-auth
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn add react-apple-signin-auth
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
