react-ts-github-pages-starter:用于设置打字稿react应用程序的模板以及用于部署到github页面的github操作

时间:2024-05-07 05:15:31
【文件属性】:

文件名称:react-ts-github-pages-starter:用于设置打字稿react应用程序的模板以及用于部署到github页面的github操作

文件大小:217KB

文件格式:ZIP

更新时间:2024-05-07 05:15:31

github-pages typescript reactjs github-actions TypeScript

Github页面 确保从存储库设置中启用github页面,将pages分支设置为gh-pages 确保将package.json的homepage属性设置为与github存储库相对应的属性,即https://.github.io/ { ... "homepage": "https://.github.io/", "dependencies": { ... } 所有对main的提交都将构建并放入gh-pages分支,然后放入github页面。 Create React App入门 该项目是通过引导的。 可用脚本 在项目目录中,可以运行: yarn start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将


【文件预览】:
react-ts-github-pages-starter-main
----.github()
--------workflows()
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------logo192.png(5KB)
----yarn.lock(498KB)
----src()
--------index.tsx(500B)
--------logo.svg(3KB)
--------index.css(366B)
--------App.test.tsx(273B)
--------App.css(564B)
--------App.tsx(556B)
--------react-app-env.d.ts(40B)
--------setupTests.ts(241B)
--------reportWebVitals.ts(425B)
----tsconfig.json(535B)
----README.md(3KB)
----.gitignore(310B)
----package.json(1KB)

网友评论