首页 文章

使用VSCode或Chrome中的Typescript创建React App进行调试测试

提问于
浏览
1

使用(https://github.com/Microsoft/TypeScript-React-Starter)创建了一个应用程序

npm install -g create-react-app

create-react-app my-app --scripts-version = react-scripts-ts

我已经阅读了很多文章,似乎是绕圈子,但还没有找到我如何调试默认的app.test.tsx

节点版本为7.9.0其他所有内容都应该是最新版本 .

1 回答

相关问题