yo-iwamoto / my-next-template

App Router, Vitest, Tailwind CSS, Docker, shadcn/ui, Storybook など諸々のテンプレ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yo-iwamoto/my-next-template

My personal boilerplate for Next.js.

Stack

  • 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

Setup

nodenv install --skip-existing && \
  corepack enable && \
  corepack prepare --activate && \
  nodenv rehash

About

App Router, Vitest, Tailwind CSS, Docker, shadcn/ui, Storybook など諸々のテンプレ


Languages

Language:TypeScript 59.0%Language:JavaScript 19.5%Language:CSS 11.3%Language:Dockerfile 9.9%Language:Shell 0.4%