Skip to content

Commit

Permalink
feat: Modify the project introduction text
Browse files Browse the repository at this point in the history
  • Loading branch information
falsy committed Oct 2, 2024
1 parent 0e3e836 commit 81a38bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README-ko.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Clean Architecture with TypeScript

타입스크립트를 사용하는 서비스에 클린 아키텍처 도입을 위한 샘플 프로젝트입니다.
기존의, 같은 도메인을 공유하는 `React``React Native` 서비스 구성의 `React with Clean Architecture` 프로젝트의 확장 버전으로, 다양한 타입스크립트 기반의 서비스들이 같은 도메인을 공유하며 확장해 나갈 수 있도록 구성하였습니다.
기존의, 모노레포를 사용하여 같은 도메인을 공유하는 `React(Web)``React Native(Mobile)` 서비스 구성 프로젝트([v2](https://github.com/falsy/clean-architecture-with-typescript/tree/v2.0.0))의 확장된 버전으로, 다양한 타입스크립트 기반의 서비스들이 같은 도메인을 공유하며 확장해 나갈 수 있도록 구성하였습니다.

#### Note.

> 이 문서는 제가 OOP, DDD, 클린 아키텍처 및 관련 주제를 공부하면서 진행 중인 작업입니다. 아직 지식이 부족하기 때문에 제가 오해하거나 잘못 설명한 부분이 있을 수 있습니다. 문제점을 발견하시거나 개선을 위한 제안 사항이 있으시면 이슈 또는 풀 리퀘스트 해 주세요. ☺️
#### Note.

> 서비스에 전반에 클린 아키텍처를 구현하기보다 도메인 주도의 클린 아키텍처 기반 React 애플리케이션 설정을 위해서는 아래 프로젝트를 참고해 주세요.
> 전체 서비스 구성의 클린 아키텍처 도입이 아닌, React 프로젝트에 클린 아키텍처 도입은 아래의 프로젝트를 참고해주세요.
> https://github.com/falsy/react-width-clean-architecture
## Languages
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Clean Architecture with TypeScript

This is a sample project for introducing Clean Architecture into services using TypeScript.
It is an extended version of the `React with Clean Architecture` project, which configures `React` and `React Native` services sharing the same domain. This setup allows for the expansion of various TypeScript-based services while sharing the same domain.
This is a sample project for adopting Clean Architecture in a TypeScript-based service. It is an extended version of a previous project([v2](https://github.com/falsy/clean-architecture-with-typescript/tree/v2.0.0)), which used a monorepo to structure `React(Web)` and `React Native(Mobile)` services sharing the same domain. This setup allows various TypeScript-based services to share the same domain and expand seamlessly

#### Note.

Expand All @@ -11,7 +10,7 @@ It is an extended version of the `React with Clean Architecture` project, which
#### Note.

> For a domain-driven, clean architecture-based React application setup, rather than implementing clean architecture across the entire service, please refer to the project below.
> For adopting Clean Architecture specifically in a React project, rather than the entire service structure, please refer to the project below.
> https://github.com/falsy/react-width-clean-architecture
## Languages
Expand Down

0 comments on commit 81a38bb

Please sign in to comment.