React 整合
Node.js TypeScript 與 React 整合
Categories:
環境
全新專案
npx create-react-app my-app --template typescript
yarn create react-app my-app --template typescript
舊有專案導入
npm install --save typescript @types/node @types/react @types/react-dom @types/jest
yarn add typescript @types/node @types/react @types/react-dom @types/jest