React Setup
๊ตฌ์ฑ
CRA Installation (w/TS)
npx create-react-app my-app --template typescriptPackages
npm i styled-components
// Type definition
npm i --seve-dev @types/styled-components
npm i react-router-dom
npm i recoil
npm i react-hook-form
npm i react-queryํด๋๊ตฌ์กฐ
Last updated