Skip to content
/ tpl-nextjs Public template

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

License

Notifications You must be signed in to change notification settings

SatooRu65536/tpl-nextjs

Repository files navigation

Next.js テンプレート

  • Next.js
    • App Router
    • Turbopack
  • Prettier
  • ESLint
  • Jest
  • Storybook

開発用サーバーの立ち上げ

yarn dev

ビルド

yarn build

本番用サーバーの立ち上げ

yarn start

lint

yarn lint

format

yarn format

storybook

yarn storybook

Commit Prefix

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

LICENSE

MIT