-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f959b51
commit 9182e33
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
## 概要 | ||
# 概要 | ||
|
||
個人的な Next.js アプリケーションのテンプレートです。 | ||
My personal boilerplate for Next.js. | ||
|
||
# 構成要素 | ||
|
||
- Next.js | ||
- App Router | ||
- logging.fetches.fullUrl: true | ||
- ignore eslint, typescript error on build | ||
- experimental: typedRoutes, turbo | ||
- Docker (based on official example) | ||
- Biome | ||
- Storybook 8 | ||
- Vitest | ||
- shadcn/ui | ||
- Tailwind CSS | ||
- Prisma | ||
- CI |