Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/satooru65536/tpl-nextjs

Next.js のテンプレートリポジトリです
https://github.com/satooru65536/tpl-nextjs

eslint jest nextjs prettier storybook

Last synced: 15 days ago
JSON representation

Next.js のテンプレートリポジトリです

Awesome Lists containing this project

README

        

# Next.js テンプレート
- Next.js
- App Router
- Turbopack
- Prettier
- ESLint
- Jest
- Storybook

## 開発用サーバーの立ち上げ
```shell
yarn dev
```

## ビルド
```shell
yarn build
```

## 本番用サーバーの立ち上げ
```shell
yarn start
```

## lint
```shell
yarn lint
```

## format
```shell
yarn format
```

## storybook
```shell
yarn storybook
```

# Commit Prefix
| Prefix | Description |
| :--- | :--- |
| `feat:` | 新機能の追加 |
| `fix:` | バグ修正 |
| `docs:` | ドキュメントの変更 |
| `style:` | コードの意味に影響を与えない変更 |
| `refactor:` | リファクタリング |
| `perf:` | パフォーマンスを向上させるコード変更 |
| `test:` | テストコードの追加 |
| `chore:` | ビルドプロセスやツール、ライブラリの変更 |
| `ci:` | CI/CDに関連する変更 |
| `revert:` | 変更を取り消す |
| `wip:` | 作業中 |

# LICENSE
[MIT](./LICENSE)