Skip to content

Commit

Permalink
create-next-app→yarn create next-appコマンド#795
Browse files Browse the repository at this point in the history
  • Loading branch information
katayamahide committed Dec 1, 2023
1 parent fe94398 commit c6d7b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm install -g yarn

## Next.jsをセットアップする

最初に`create-next-app`コマンドでプロジェクトを作成します。TypeScriptをベースにしたプロジェクトを作成するために `--example with-typescript` を指定します。`random-cat` はリポジトリ名となる部分です。この部分は好きな名前でも構いませんが、本チュートリアルでは`random-cat`として話を進めます。
最初に`yarn create next-app`コマンドでプロジェクトを作成します。TypeScriptをベースにしたプロジェクトを作成するために `--example with-typescript` を指定します。`random-cat` はリポジトリ名となる部分です。この部分は好きな名前でも構いませんが、本チュートリアルでは`random-cat`として話を進めます。

```sh
yarn create next-app --example with-typescript random-cat
Expand Down

0 comments on commit c6d7b94

Please sign in to comment.