发布于 2026-01-06 3 阅读
0

⭐ 开发者秘籍:精选精美秘籍合集

⭐ 开发者秘籍:精选精美秘籍合集

它已在Product Hunt上线!

我一直在撰写一系列关于不同主题的速查表,dev.to 社区的读者们非常喜欢,我收到了很多积极的反馈。因此,我创建了这个小网站,方便大家浏览和下载所有的速查表。

替代文字

我使用ReactTypeScript开发了这个网站。TypeScript 与 React 和 TypeScript 配合使用非常完美create-react-app。该网站部署在 surge.sh 上,对于发布这类静态网站来说,surge.sh 是一个非常棒的选择。

npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
Enter fullscreen mode Exit fullscreen mode

以下是如何设置仓库以在本地运行网站的方法:

git clone https://github.com/godcrampy/dev-cheats.git

cd dev-cheats

yarn install && yarn start
# or
npm install && npm start
Enter fullscreen mode Exit fullscreen mode

该网站及其速查表均为开源。以下是代码仓库:

我很想听听你对速查表、代码和设计的看法!

PS:如果您需要特定的速查表,请在仓库中提交 Issue 或在下方留言。

🌟 我所有的速查表都在这个仓库里(记得点赞哦!) 🚀 在Instagram | Github | Twitter |网站
上找到我 😄 祝您度过美好的一天!

文章来源:https://dev.to/godcrampy/introducing-dev-cheats-curated-collection-of-beautiful-cheat-sheets-4f47