Issue template, PR template 생성
npm i -g git-cz
git cz
npx create-react-app client --template typescript
cd client
npm i @emotion/css @emotion/styled @emotion/react
npx storybook init
npm run storybook
npm i recoil
nest new server