react-native-typescript-boilerplate
React Native Typescript starter kit / template (Redux Thunk + React Native Navigation v7)
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- FUNDING.yml
- home.tsx
- App.tsx
- ReactNativeFlipper.java
- AndroidManifest.xml
- MainActivity.java
- MainApplication.java
- launchscreen.png
- layout_splash.xml
- 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
- build.gradle
- build_defs.bzl
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- BUCK
- debug.keystore.properties
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- Contents.json
- Contents.json
- launchscreen.png
- launchscreen@2x.png
- launchscreen@3x.png
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- LaunchScreen.storyboard
- main.m
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- FridayApp.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- FridayAppTests.m
- Info.plist
- FridayApp-Bridging-Header.h
- FridayApp-tvOS-Bridging-Header.h
- main.jsbundle
- Podfile
- app.ts
- home.ts
- actionTypes.tsx
- app.tsx
- index.tsx
- index.tsx
- app.ts
- home.ts
- app.ts
- IAction.ts
- INavigation.ts
- IStore.ts
- api.ts
- lib.ts
- home.ts
- index.ts
- locale.ts
- screen.tsx
- index.ts
- navigation.tsx
- router.tsx
- 1.png
- 2.png
- 3.png
- 4.png
- gif_compressed.gif
- splash-image.png
- template.png
- home.png
- home@2x.png
- home@3x.png
- settings.png
- settings@2x.png
- settings@3x.png
- burger-menu.png
- rn_ts.png
- rnn2.png
- buttons.tsx
- custom.tsx
- layout.tsx
- Component.tsx
- index.ts
- Component.tsx
- index.ts
- Component.tsx
- index.ts
- Component.tsx
- index.ts
- Component.tsx
- index.ts
- styles.ts
- index.tsx
- global.tsx
- typography.tsx
- category.tsx
- .babelrc
- .buckconfig
- .gitattributes
- .gitignore
- .prettierrc.js
- .travis.yml
- app.json
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- index.js
- ISSUE_TEMPLATE.md
- LICENSE
- metro.config.js
- package-lock.json
- package.json
- README.md
- rn-cli.config.js
- tsconfig.json
- tslint.js
- tslint.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/AmitM30/react-native-typescript-boilerplate
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-native-typescript-boilerplate
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd android/app
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
3. Node.js
쉬움사전 준비물
yarn install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn start
개발/실행 서버를 켭니다.
yarn ios
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn android
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
