Open5
Next.jsのドキュメントを読む

App Routerを理解するため、Next.jsのドキュメントを読む

Introduction

Installation

app/layout.tsx
に <html></html>
から書けるのいいな

Good to know: If you forget to create layout.tsx, Next.js will automatically create this file when running the development server with next dev.
layout.tsxの作成を忘れても、next devで開発サーバーを実行すると、Next.jsが自動的にこのファイルを作成します。
へー