keitakn / next-auth-examples

Next.js(AppRouterを使用)とNextAuth.jsを使った認証周りの検証用プロジェクト。長期メンテナンスはしない。
https://next-auth-examples.vercel.app
MIT License
1 stars 0 forks source link

プロジェクトの初期構成を構築 #3

Closed keitakn closed 10 months ago

keitakn commented 10 months ago

issueURL

https://github.com/keitakn/next-auth-examples/issues/1

概要

npx create-next-app@latest をコミット、eslint, prettierの設定、必要なパッケージを追加。

NextAuthは次のPRで追加する。