Skip to content

chlee1001/react-yarn-berry-monorepo

Repository files navigation

react-yarn-berry-monorepo

여러 React 프로젝트를 Mono Repo로 구성하고 필요한 셋팅을 추가한 boilerplate입니다.

Prerequisites

  • Node.js
    • Version 16.13.0 이상
  • Yarn
    • Yarn Berry 사용

Directory Structure

.
├── LICENSE
├── README.md
├── package.json
├── project
│   └── react-sample # 샘플 프로젝트
├── tsconfig.json
└── yarn.lock

Development server

Webpack dev server runs at localhost:3001.

# 루트 프로젝트에서 실행 (루트 프로젝트에서 각 프로젝트 폴더로 이동해서 실행)
yarn start

Production build

Build outputs are created in dist.

yarn build

Features

Dependencies

webpack

Babel

Babel plugins

Loaders

Plugins

Linters

License

This project is licensed under the MIT License.

About

React Monorepo Boilerplate with Yarn Berry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published