Git

  1. Issue template, PR template 생성

    Untitled

  2. npm i -g git-cz

Frontend

  1. npx create-react-app client --template typescript
  2. cd client
  3. npm i @emotion/css @emotion/styled @emotion/react
  4. npx storybook init
  5. npm i recoil

Backend

  1. nest new server