react-starter-kit
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- tests.yml
- dependabot.yml
- CreateNewUser.php
- ResetUserPassword.php
- PasswordValidationRules.php
- ProfileValidationRules.php
- InstallFeaturesCommand.php
- ProfileController.php
- SecurityController.php
- Controller.php
- HandleAppearance.php
- HandleInertiaRequests.php
- PasswordUpdateRequest.php
- ProfileDeleteRequest.php
- ProfileUpdateRequest.php
- TwoFactorAuthenticationRequest.php
- User.php
- AppServiceProvider.php
- FortifyServiceProvider.php
- .gitignore
- app.php
- providers.php
- app.php
- auth.php
- cache.php
- database.php
- filesystems.php
- fortify.php
- inertia.php
- logging.php
- mail.php
- queue.php
- services.php
- session.php
- UserFactory.php
- 0001_01_01_000000_create_users_table.php
- 0001_01_01_000001_create_cache_table.php
- 0001_01_01_000002_create_jobs_table.php
- 2024_01_01_000000_create_passkeys_table.php
- 2025_08_14_170933_add_two_factor_columns_to_users_table.php
- DatabaseSeeder.php
- .gitignore
- .htaccess
- apple-touch-icon.png
- favicon.ico
- favicon.svg
- index.php
- robots.txt
- app.css
- alert.tsx
- avatar.tsx
- badge.tsx
- breadcrumb.tsx
- button.tsx
- card.tsx
- checkbox.tsx
- collapsible.tsx
- dialog.tsx
- dropdown-menu.tsx
- icon.tsx
- input-otp.tsx
- input.tsx
- label.tsx
- navigation-menu.tsx
- placeholder-pattern.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- sidebar.tsx
- skeleton.tsx
- sonner.tsx
- spinner.tsx
- toggle-group.tsx
- toggle.tsx
- tooltip.tsx
- alert-error.tsx
- app-content.tsx
- app-header.tsx
- app-logo-icon.tsx
- app-logo.tsx
- app-shell.tsx
- app-sidebar-header.tsx
- app-sidebar.tsx
- appearance-tabs.tsx
- breadcrumbs.tsx
- delete-user.tsx
- heading.tsx
- input-error.tsx
- manage-passkeys.tsx
- manage-two-factor.tsx
- nav-footer.tsx
- nav-main.tsx
- nav-user.tsx
- passkey-item.tsx
- passkey-register.tsx
- passkey-verify.tsx
- password-input.tsx
- text-link.tsx
- two-factor-recovery-codes.tsx
- two-factor-setup-modal.tsx
- user-info.tsx
- user-menu-content.tsx
- use-appearance.tsx
- use-clipboard.ts
- use-current-url.ts
- use-flash-toast.ts
- use-initials.tsx
- use-mobile-navigation.ts
- use-mobile.tsx
- use-two-factor-auth.ts
- app-header-layout.tsx
- app-sidebar-layout.tsx
- auth-card-layout.tsx
- auth-simple-layout.tsx
- auth-split-layout.tsx
- layout.tsx
- app-layout.tsx
- auth-layout.tsx
- utils.ts
- confirm-password.tsx
- forgot-password.tsx
- login.tsx
- register.tsx
- reset-password.tsx
- two-factor-challenge.tsx
- verify-email.tsx
- appearance.tsx
- profile.tsx
- security.tsx
- dashboard.tsx
- welcome.tsx
- auth.ts
- global.d.ts
- index.ts
- navigation.ts
- ui.ts
- vite-env.d.ts
- app.tsx
- app.blade.php
- console.php
- settings.php
- web.php
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- AuthenticationTest.php
- EmailVerificationTest.php
- PasswordConfirmationTest.php
- PasswordResetTest.php
- RegistrationTest.php
- TwoFactorChallengeTest.php
- VerificationNotificationTest.php
- ProfileUpdateTest.php
- SecurityTest.php
- DashboardTest.php
- ExampleTest.php
- ExampleTest.php
- TestCase.php
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc
- artisan
- chisel-paths.php
- chisel.php
- components.json
- composer.json
- eslint.config.js
- package.json
- phpstan.neon
- phpunit.xml
- pint.json
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- vite.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/laravel/react-starter-kit
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd react-starter-kit
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
