yarn and Insomnia
Package manager: yarn Javascript 프로젝트의 종속성을 관리하는데 사용되는 확립된 오픈 소스 패키지 관리자 패키지 종속성을 설치, 업데이트, 구성 및 제거하는 프로세스를 지원하여 결과적으로 방해 요소를 줄이고 목표를 더 빠르게 달성할 수 있도록 도와준다. yarn 새 프로젝트 초기화: yarn init yarn 패키지 종속성 추가 업데이트 yarn add yarn을 통해 nodemon 명령어 실행시 명령어 yarn run Reference https://yarnpkg.com/getting-started Introduction | Yarn An introduction to Yarn, a package manager for your code. yarnpkg.com API test: I..
2023.11.29