https://github.com/trustyoo86/monolithic-next-monorepo
Monolithic monorepo example using Next.js
https://github.com/trustyoo86/monolithic-next-monorepo
express frontend lerna monolithic monorepo nodejs react typescript
Last synced: 3 months ago
JSON representation
Monolithic monorepo example using Next.js
- Host: GitHub
- URL: https://github.com/trustyoo86/monolithic-next-monorepo
- Owner: trustyoo86
- Created: 2020-02-16T09:39:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T06:03:56.000Z (over 2 years ago)
- Last Synced: 2025-02-07T11:53:11.831Z (4 months ago)
- Topics: express, frontend, lerna, monolithic, monorepo, nodejs, react, typescript
- Language: JavaScript
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monolithic-next-monorepo
## Summary
* 한개의 페이지 내에 Backend(Server) + Frontend(Client)를 설정하여, Root에서 실행할 수 있도록 각 패키지별로 Monolithic 아키텍처를 구현합니다.
* [Lerna](https://github.com/lerna/lerna)를 이용하여 패키지별로 페이지를 나누고, 각 패키지내의 Monolithic 아키텍처를 구현할 수 있도록 설정합니다.
* Yarn내에 private workspace 설정을 통해, 각 package 별 설치 및 install을 수행합니다.## 사용 기술
### Backend
* Express
* Node.js
* Javascript (ES6+)
* 각 패키지별 express는 typescript로 설정### Frontend
* React
* Typescript