はじめに
Next.jsのチュートリアルを実施します。
チュートリアル開始
プロジェクト作成
yarn create next-app --typescript
#プロジェクト名を指定して作成
yarn create next-app プロジェクト名 --typescript
~/develop/nextjs $ ls
my-app
~/develop/nextjs/my-app $ yarn dev
yarn run v1.22.5
$ next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - SWC minify release candidate enabled. https://nextjs.link/swcmin
event - compiled client and server successfully in 2.5s (169 modules)
→http:localhost:3000でアクセス。