Skip to content

crossplatformkorea/expo-template-cpk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expo Template CPK

CI

크로스플랫폼 코리아에서 관리하는 Expo 프로젝트 템플릿입니다.

사용 방법

npx create-expo-app my-app --template expo-template-cpk

사용된 스택

주요 특징

  • cpk-ui UI 프레임워크가 사전 설치되어 있습니다.
  • bun이 기본 패키지 매니저로 설정되어 있습니다.
  • New Architecture 기본 활성화
  • 다크모드 지원 (AsyncStorage 기반 테마 저장)
  • 한국어/영어 i18n 기본 설정
  • State/Reducer Provider 패턴 예제 포함

명령어

bun install          # 의존성 설치
bun start            # 개발 서버 실행
bun run ios          # iOS 빌드
bun run android      # Android 빌드
bun run web          # 웹 실행
bun lint             # ESLint 실행
bun typecheck        # TypeScript 타입 체크
bun test             # 테스트 실행

About

커뮤니티 기본 Expo 템플릿으로, 필수 라이브러리와 유연하게 확장 가능한 프로젝트 구조 제공

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors