Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 のテンプレートリポジトリです
- Host: GitHub
- URL: https://github.com/satooru65536/tpl-nextjs
- Owner: SatooRu65536
- License: mit
- Created: 2024-04-03T16:17:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T05:16:15.000Z (4 months ago)
- Last Synced: 2024-07-01T06:31:49.234Z (4 months ago)
- Topics: eslint, jest, nextjs, prettier, storybook
- Language: JavaScript
- Homepage:
- Size: 807 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)