Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 193 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 193 Bytes

react + typescript project 种子项目

本地开发

npm install
npm run dev

服务端运行

npm run build:server
npm run build:client
npm run start