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