public:computer:yarn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
public:computer:yarn [2022/09/18 17:42] alexpublic:computer:yarn [2022/09/19 14:31] alex
Line 1: Line 1:
 ====== yarn ====== ====== yarn ======
 +
 +===== Examples =====
 +<cli prompt="$ " comment="  # ">
 +$ mkdir <project directory>
 +$ cd <project directory>
 +$ yarn set version berry
 +$ yarn init
 +$ yarn add typescript
 +$ yarn add @types/node
 +$ yarn add ts-node
 +$ yarn add nodemon
 +</cli>
 +
 +
 +===== References =====
  
   * [[https://heropy.blog/2017/11/25/yarn/|Yarn 설치 및 사용법]]   * [[https://heropy.blog/2017/11/25/yarn/|Yarn 설치 및 사용법]]
   * [[https://velog.io/@seokunee/Yarn-Berry%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%B4%EB%B3%B4%EC%9E%90|Yarn Berry를 사용해보자]]   * [[https://velog.io/@seokunee/Yarn-Berry%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%B4%EB%B3%B4%EC%9E%90|Yarn Berry를 사용해보자]]
  • public/computer/yarn.txt
  • Last modified: 2022/09/19 18:30
  • by alex