npx create-nx-workspace [만들고 싶은 APP 이름] --preset=react
nx는 npx 를 이용하여 workspace를 생성할 수 있고,
참고 :
https://nx.dev/generators/workspace-generators
'Frontend > Javascript' 카테고리의 다른 글
ES2022 (ES13) Class Fields 변경된 내용 (0) | 2022.08.19 |
---|---|
ES2021 (ES12) Logical assignment operators (논리 할당 연산자) (0) | 2022.08.18 |
[monorepo] 모노레포 nx 설치 (0) | 2022.07.20 |
computed property names in JavaScript (0) | 2022.05.16 |
URL.revokeObjectURL() (0) | 2021.12.27 |