https://github.com/dimplesy/qing-fe
《基于 Next.js 的仿掘金项目》🎉
https://github.com/dimplesy/qing-fe
nextjs react
Last synced: about 1 year ago
JSON representation
《基于 Next.js 的仿掘金项目》🎉
- Host: GitHub
- URL: https://github.com/dimplesy/qing-fe
- Owner: DimplesY
- Created: 2023-01-20T13:37:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T04:55:02.000Z (over 3 years ago)
- Last Synced: 2025-05-08T17:02:18.037Z (about 1 year ago)
- Topics: nextjs, react
- Language: TypeScript
- Homepage:
- Size: 476 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Qing-Fe
《基于 Next.js 的仿掘金项目》— 字节跳动青训营
🧑💻👩💻👨💻
## 🚀 Tech Stack
- 使用 TypeScript + Next.js 进行开发
- 使用 eslint、prettier统一代码规范
- 使用 lint-staged、配合 husky 接管 git hook 检查暂存区代码
- 使用 commitlint、commitizen、cz-conventional-changelog 规范团队提交代码
- 使用 Scss、tailwindcss、emotion 、css module 做样式解决方案
## 🦄 开发
```bash
pnpm i
pnpm dev
```
## 📝 提交
```bash
git add .
pnpm commit
```