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