frontend-starter-toolkit:使用Typescript设置一个React项目

时间:2021-05-14 17:32:40
【文件属性】:
文件名称:frontend-starter-toolkit:使用Typescript设置一个React项目
文件大小:140KB
文件格式:ZIP
更新时间:2021-05-14 17:32:40
react javascript typescript webpack reactjs 前端入门工具包 如果您开始使用Typescript进行基于React的项目,那么该入门工具包是一个很好的起点。 您可以克隆此存储库并开始使用项目,而不必担心配置工具和配置。 该项目使用React,Typescript,Babel(用于转译TS),Webpack,ESLint(用于代码检查),Prettier(用于代码格式化)和Jest(用于测试)。 如果您有兴趣了解配置,那么该项目也很有用,因为所有配置都被概述为项目历史中的各个提交,以使其易于理解。 我们也开始写帖子解释配置步骤。 您可以阅读以下文章: 更多职位将很快发布。 运行项目 您需要在本地开发计算机上安装Node 。 然后,您可以克隆此存储库 git clone --depth=1 https://github.com/saranshkataria/frontend-starter-toolkit.git < YOUR_PR
【文件预览】:
frontend-starter-toolkit-master
----.gitignore(951B)
----tsconfig.json(5KB)
----README.md(3KB)
----LICENSE(1KB)
----.babelrc.js(2KB)
----package.json(2KB)
----src()
--------index.tsx(146B)
--------App.test.tsx(182B)
--------App.tsx(194B)
--------index.html(240B)
----CODE_OF_CONDUCT.md(3KB)
----scripts()
--------index.js(1KB)
--------executeScript.js(302B)
----.eslintignore(82B)
----webpack.config.js(1021B)
----yarn.lock(329KB)
----.eslintrc.js(782B)
----.prettierrc.js(322B)
----build-utils()
--------webpack.development.js(1KB)
--------webpack.production.js(287B)

网友评论