t3-supabase-app-router
Nextjs 14 APP Router, t3 stack, Supabase (Auth, storage, database)
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- production.yaml
- staging.yaml
- PULL_REQUEST_TEMPLATE.md
- schema.prisma
- favicon.ico
- DevLoginButtons.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- ServerDataStreaming.tsx
- route.ts
- layout.tsx
- page.tsx
- FormInput.tsx
- Icons.tsx
- index.ts
- index.ts
- Loading.tsx
- PrefetchTRPCQuery.tsx
- PrivateRoute.tsx
- PrivateRouteBase.tsx
- PublicRoute.tsx
- index.ts
- TailwindIndicator.tsx
- button.tsx
- dropdown-menu.tsx
- form.tsx
- input.tsx
- label.tsx
- toast.tsx
- toaster.tsx
- use-toast.ts
- AnalyticsProvider.tsx
- AuthProvider.tsx
- withPrivateRoute.tsx
- withPublicRoute.tsx
- index.tsx
- auth.ts
- example.ts
- root.ts
- trpc.ts
- supabaseClient.ts
- supabaseTypes.ts
- db.ts
- globals.css
- react.tsx
- server.ts
- shared.ts
- auth.ts
- cn.ts
- getQueryClient.ts
- env.mjs
- extensions.json
- settings.json
- 20231004185846_initial_profiles.sql
- .gitignore
- config.toml
- seed.sql
- .env.example
- .eslintrc.cjs
- .gitignore
- components.json
- next.config.mjs
- package.json
- pnpm-lock.yaml
- postcss.config.cjs
- prettier.config.mjs
- README.md
- tailwind.config.ts
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Jaaneek/t3-supabase-app-router
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd t3-supabase-app-router
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
pnpm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
pnpm prepare:local
이 명령어를 터미널에 그대로 입력해 실행하세요.
pnpm prepare:remote
이 명령어를 터미널에 그대로 입력해 실행하세요.
pnpm dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
