1. VSCODE 설치
2. VSCODE-EXTENSION 설치
3. Node.js 설치
Node.js를 설치하면 npm은 자동으로 설치됩니다.
4. Yarn 설치
sudo npm intall -g yarn
Next.js
=> Next.js를 설치하면 React.js는 자동으로 함께 설치됩니다.
npx create-next-app@latest
yarn add @emotion/react
yarn add @emotion/styled
npm install @apollo/client graphql
yarn add antd
npm install @material-ui/core
yarn add axios