An open API service indexing awesome lists of open source software.

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 的仿掘金项目》🎉

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
```

## 🧑‍💻 Contribution