ReactViTenStack
A modern starter template to kickstart your next web application with an efficient and flexible stack. This template combines powerful tools for both frontend and backend development, offering seamless integration and full type safety.
파일 탐색기
최종 버전 다운로드 (.zip)- 9s80fsdf=sdfsshjgdfh.png
- favicon.png
- route-guard.tsx
- app-logo.tsx
- date-picker.tsx
- date-range-picker.tsx
- footer.tsx
- header.tsx
- loading-overlay.tsx
- nav-link.tsx
- accordion.tsx
- alert-dialog.tsx
- alert.tsx
- aspect-ratio.tsx
- avatar.tsx
- badge.tsx
- breadcrumb.tsx
- button.tsx
- calendar.tsx
- card.tsx
- carousel.tsx
- chart.tsx
- checkbox.tsx
- collapsible.tsx
- command.tsx
- context-menu.tsx
- dialog.tsx
- drawer.tsx
- dropdown-menu.tsx
- form.tsx
- hover-card.tsx
- input-otp.tsx
- input.tsx
- label.tsx
- menubar.tsx
- navigation-menu.tsx
- pagination.tsx
- popover.tsx
- progress.tsx
- radio-group.tsx
- resizable.tsx
- scroll-area.tsx
- select.tsx
- separator.tsx
- sheet.tsx
- sidebar.tsx
- skeleton.tsx
- slider.tsx
- sonner.tsx
- switch.tsx
- table.tsx
- tabs.tsx
- textarea.tsx
- toast.tsx
- toaster.tsx
- toggle-group.tsx
- toggle.tsx
- tooltip.tsx
- auth.constants.ts
- page.constants.ts
- login-form.tsx
- register-form.tsx
- use-login.ts
- use-register.ts
- login.tsx
- register.tsx
- auth.create.queries.ts
- auth.get.queries.ts
- auth.queries.ts
- auth.update.queries.ts
- auth.schema.ts
- auth.service.ts
- header.tsx
- nav-main.tsx
- nav-user.tsx
- sidebar.tsx
- navigation.tsx
- change-password-form.tsx
- user-profile-form.tsx
- use-change-password.ts
- use-update-user-profile.ts
- change-password.tsx
- update-profile.tsx
- users.get.queries.ts
- users.queries.ts
- users.update.queries.ts
- user-profile.schema.ts
- index.tsx
- detail-skeleton.tsx
- form-skeleton.tsx
- priority.tsx
- status.tsx
- todo-actions.tsx
- todo-columns.tsx
- todo-filters.tsx
- todo-form.tsx
- todo-list.tsx
- todo-table-skeleton.tsx
- todo-table.tsx
- use-todos.ts
- todos.create.queries.ts
- todos.delete.queries.ts
- todos.get.queries.ts
- todos.queries.ts
- todos.update.queries.ts
- todo.schema.ts
- index.tsx
- todo-detail.tsx
- todo-edit.tsx
- todo-new.tsx
- dashboard.tsx
- feature-card.tsx
- stack-card.tsx
- features.tsx
- tech-stack.tsx
- configurations.tsx
- deployment.tsx
- development.tsx
- getting-started.tsx
- installation.tsx
- package-management.tsx
- project-structure.tsx
- header.tsx
- sidebar.tsx
- index.tsx
- features.tsx
- landing.tsx
- use-confirm.tsx
- use-mobile.tsx
- use-toast.ts
- config.ts
- date-utils.ts
- hono.ts
- utils.ts
- auth.provider.tsx
- query.provider.tsx
- change-password.tsx
- index.tsx
- user-profile.tsx
- $id.tsx
- $id.tsx
- index.tsx
- new.tsx
- index.tsx
- settings.tsx
- todos.tsx
- dashboard.tsx
- login.tsx
- register.tsx
- docs.tsx
- features.tsx
- index.tsx
- _public.tsx
- __root.tsx
- auth.types.ts
- todos.types.ts
- App.tsx
- index.css
- main.tsx
- routeTree.gen.ts
- vite-env.d.ts
- .env.example
- .prettierrc
- components.json
- eslint.config.js
- index.html
- package.json
- postcss.config.mjs
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vercel.json
- vite-env.d.ts
- vite.config.ts
- index.ts
- 0000_snapshot.json
- _journal.json
- 0000_glorious_chameleon.sql
- .gitkeep
- auth.constants.ts
- auth.errors.ts
- auth.schema.ts
- todos.schema.ts
- drizzle.ts
- schema.ts
- custom.logger.ts
- auth.middleware.ts
- error.middleware.ts
- auth.ts
- todos.ts
- users.ts
- auth.service.ts
- todos.service.ts
- users.service.ts
- auth.utils.ts
- jwt.ts
- rate-limit.utils.ts
- auth.types.ts
- hono.types.ts
- todos.types.ts
- users.types.ts
- app.ts
- env.ts
- .env.example
- drizzle.config.ts
- nodemon.json
- package.json
- tsconfig.json
- vercel.json
- .gitignore
- .npmrc
- .prettierrc
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.base.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/KaraBharat/ReactViTenStack
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ReactViTenStack
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd client
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
