nx project create
npx create-nx-workspace
npm i @nrwl/react
npx nx g @nrwl/react:application client
nest js 추가
npm i @nrwl/nest
npx nx g @nrwl/nest:app <app name>
react next
npm i @nrwl/next
npx nx g @nrwl/next:app my-new-app
전체 실행
npx nx run-many --target=serve
개별 실행
npx nx serve <app name>
만들어진 react-next 앱에 페이지 추가하기
nx g @nrwl/next:page my-new-page --project=my-new-app
nx g @nrwl/next:component my-new-component --project=my-new-app
'프로그래밍' 카테고리의 다른 글
yarn berry pnp monorepo (0) | 2023.03.20 |
---|---|
AWS S3 - CloudFront - Github action 자동배포 방법 (1) | 2021.12.24 |
Spring boot nginx 연동 설정 80 => 8080 (0) | 2021.10.30 |
AWS에 돈 안내고 싶다! 내 집 컴퓨터로 서비스 운영하기 (0) | 2021.10.06 |
ubuntu https 통신 설정하는 방법 ssl 설정하기 (0) | 2021.10.06 |
댓글