react-typescript-boilerplate

时间:2024-05-24 22:17:17
【文件属性】:

文件名称:react-typescript-boilerplate

文件大小:328KB

文件格式:ZIP

更新时间:2024-05-24 22:17:17

JavaScript

快速入门Typescript样板 可用脚本 在项目目录中,可以运行: yarn start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 yarn test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 yarn build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名包括哈希值。 您的应用已准备好进行部署! 有关更多信息,请参见关于的部分。


【文件预览】:
react-typescript-boilerplate-dev
----.github()
--------pr-badge.yml(306B)
--------workflows()
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----yarn.lock(657KB)
----src()
--------pages()
--------index.tsx(912B)
--------stories()
--------logo.svg(3KB)
--------index.css(366B)
--------App.test.tsx(273B)
--------layout()
--------components()
--------App.css(564B)
--------App.tsx(281B)
--------react-app-env.d.ts(1KB)
--------setupTests.ts(241B)
--------routes()
--------reportWebVitals.ts(425B)
----scripts()
--------build.js(7KB)
--------test.js(1KB)
--------start.js(5KB)
----.storybook()
--------main.js(196B)
--------preview.js(74B)
----tsconfig.json(535B)
----config()
--------jest()
--------env.js(4KB)
--------webpack.config.js(32KB)
--------webpackDevServer.config.js(7KB)
--------modules.js(3KB)
--------paths.js(2KB)
--------getHttpsConfig.js(2KB)
--------pnpTs.js(620B)
----README.md(1KB)
----.deepsource.toml(294B)
----.gitignore(323B)
----package.json(5KB)

网友评论