react-router
· 阅读需 3 分钟
初始化TS项目
npx create-react-app component_templates --template typescript
指定启动端口
"start": "set PORT=3006 && react-scripts start",
npx create-react-app component_templates --template typescript
指定启动端口
"start": "set PORT=3006 && react-scripts start",