本文へスキップ

`create-next-app`を使って現在のディレクトリにTypeScriptのNext.jsプロジェクトの雛形を生成する

公開 1

npm:

bash
npx create-next-app@latest --ts .

yarn:

bash
yarn create next-app --ts .

pnpm:

bash
pnpm create next-app --ts .
結果なし