質問編集履歴
1
http://localhost:3000 と表記し直しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,8 +6,9 @@
|
|
6
6
|
npm init next-app nextjs-blog --example "https://github.com/zeit/next-learn-starter/tree/master/learn-starter"
|
7
7
|
```
|
8
8
|
そして、指示通り、nextjs-blogのディレクトリに移動して、yarn devを行いました。
|
9
|
-
しかし、
|
9
|
+
しかし、http://localhost:3000 を開いても画面が表示されません。
|
10
10
|
|
11
|
+
|
11
12
|
### 発生している問題・エラーメッセージ
|
12
13
|
|
13
14
|
```
|