Public Theta Blog

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

npm:

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

yarn:

yarn create next-app --ts .

pnpm:

pnpm create next-app --ts .