monorepo
1.0.0

프로젝트에 대해 | 기술 | 시작하기 | 기여하는 방법 | 특허
개정 제어 시스템에서 Monorepo는 많은 프로젝트의 코드가 동일한 저장소에 저장되는 소프트웨어 개발 전략입니다.
그래서 나는 공부하기로 결정했고 간단한 Monorepo 폴더 구조를 만들었습니다.
이 프론트 엔드 앱을 개발하는 데 사용한 주요 기술
프로젝트를 복제하고 폴더에 액세스하십시오
$ git clone https://github.com/eltonlazzarin/monorepo.git
$ cd monorepo아래 단계를 따르십시오
# Install the dependencies
$ yarn i
# Run the web app
$ yarn start아래 단계를 따르십시오
# Clone your fork
$ git clone https://github.com/eltonlazzarin/monorepo.git
$ cd monorepo
# Create a branch with your feature
$ git checkout -b your-feature
# Make the commit with your changes
$ git commit -m ' feat: Your new feature '
# Send the code to your remote branch
$ git push origin your-feature풀 요청이 병합되면 지점을 삭제할 수 있습니다.
이 프로젝트는 MIT 라이센스에 따라 있습니다. 자세한 내용은 라이센스를 참조하십시오.