typescript+react 搭建前端项目


用Create React App来实现,这是一个官方支持的创建 React 单页应用程序的方法。

typescript+react 搭建前端项目,命令使用如下:

npx create-react-app typescript_study  --template typescript