ddd-react-example
DDD React
파일 탐색기
- vite.svg
- db.json
- index.css
- main.tsx
- Car.ts
- GetCarsRepository.ts
- UpdateCarRepository.ts
- GetCarsService.spec.ts
- GetCarsService.ts
- UpdateCarService.spec.ts
- UpdateCarService.ts
- index.ts
- CarDetails.component.spec.tsx
- CarDetails.component.tsx
- useGetCar.hook.spec.tsx
- useGetCar.hook.ts
- useGetCars.hook.spec.tsx
- useGetCars.hook.ts
- useSearch.hook.spec.ts
- useSearch.hook.ts
- useSort.hook.spec.ts
- useSort.hook.ts
- useUpdateCar.hook.spec.tsx
- useUpdateCar.hook.ts
- Car.page.spec.tsx
- Car.page.tsx
- Cars.page.spec.tsx
- Cars.page.tsx
- index.ts
- GetCarsHttpService.spec.ts
- GetCarsHttpService.ts
- UpdateCarHttpService.spec.ts
- UpdateCarHttpService.ts
- index.ts
- CarsTableCell.component.spec.tsx
- CarsTableCell.component.tsx
- CarsTableHeader.component.spec.tsx
- CarsTableHeader.component.tsx
- CarsTable.component.spec.tsx
- CarsTable.component.tsx
- InputSearch.component.spec.tsx
- InputSearch.component.tsx
- SortSelect.component.spec.tsx
- SortSelect.component.tsx
- index.ts
- index.ts
- container.ctx.ts
- di.ts
- index.ts
- Error.component.spec.tsx
- Error.component.tsx
- Header.component.spec.tsx
- Header.component.tsx
- Loader.component.spec.tsx
- Loader.component.tsx
- PageContainer.component.spec.tsx
- PageContainer.component.tsx
- index.ts
- GetCarsHttpMock.service.ts
- index.ts
- UpdateCarHttpMockService.ts
- wrapper.tsx
- vite-env.d.ts
- .eslintrc.cjs
- .gitignore
- .hintrc
- .prettierignore
- .prettierrc
- index.html
- jest.config.ts
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- vitest.config.ts
- yarn.lock
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
yarn
설명 보기 ▼
yarn
JavaScript 및 Node.js 패키지 대체 관리자.
더 많은 정보: <https://yarnpkg.com/cli>.
yarn global add {{module_name}}
전역적으로 모듈 설치:
yarn install
`package.json` 파일에 참조된 모든 의존성을 설치 ( `install`은 선택 사항입니다):
yarn add {{module_name}}@{{version}}
모듈을 설치하고 `package.json` 파일에 대한 의존성으로 저장 (개발 전용 의존성으로 추가하려면 `--dev` 추가):
# 프로젝트 배지
-
DDD React
// repository documentation
Was this content helpful?
(0 ratings)
