`create-next-app`を使って現在のディレクトリにTypeScriptのNext.jsプロジェクトの雛形を生成する2022-03-17 公開約 1 分Markdownで開くNext.jsTypeScriptnpm: bashnpx create-next-app@latest --ts . yarn: bashyarn create next-app --ts . pnpm: bashpnpm create next-app --ts .