快速开始react + ts 的项目
- React17
- unstated-next
- TypeScript
- React-Router
- Webpack 5.x
- emotion 11 (CSS in JS)
git clone https://github.com/YanYuanFE/react-ts-app
进入目录安装依赖:
cd react-ts-app
#国内用户推荐yarn或者cnpm
npm install 或者 yarn install
开发:
npm start
构建:
npm run build