文件名称:brian-hamilton:我的个人网站
文件大小:11.48MB
文件格式:ZIP
更新时间:2024-04-14 09:55:24
TypeScript
我的个人网站 这是我的网站的基础代码。 使用 , , , 和应用程序。 安装 下载最新版本的 通过命令行或ZIP下载克隆存储库。 使用terminal / cmd / powershell / something之类的东西导航到包含文件的目录,然后键入以下两个命令。 这将自动安装package.json文件中列出的所有依赖项以及一些必要的全局模块。 yarn global add nodemon tslint typescript yarn install 创建您自己的.env文件,然后从.env.example文件中复制所有内容。 然后,您需要填写这些值。 它们是在本地环境中实现邮寄和reCAPTCHA功能所必需的。 有关更多详细信息,请参阅《使用说明》中的步骤2和3。 键入并运行以下命令以运行该站点。 这将自动打开浏览器窗口,并导航到 。 这还会在端口8080上自动运行
【文件预览】:
brian-hamilton-master
----bin()
--------www(2KB)
----brian-hamilton.code-workspace(44B)
----index.js(3KB)
----package.json(2KB)
----tslint.json(3KB)
----data()
--------portfolio.json(9KB)
----.prettierrc(243B)
----middleware()
--------index.js(121B)
----Procfile(20B)
----.env.example(212B)
----src()
--------store.ts(466B)
--------react-app-env.d.ts(40B)
--------icons()
--------serviceWorker.js(5KB)
--------ScrollToTop.tsx(414B)
--------index.tsx(649B)
--------index.scss(482B)
--------components()
--------App.tsx(2KB)
--------styles()
--------reducers.ts(320B)
--------App.module.scss(488B)
--------WindowWidth.tsx(711B)
----tsconfig.json(549B)
----LICENSE.md(1KB)
----.gitignore(310B)
----public()
--------images()
--------manifest.json(384B)
--------index.html(791B)
--------favicon.ico(318B)
----README.md(3KB)
----yarn.lock(535KB)