djangoの勉強のためinstagramの仕組みを知りたく、似たようなアプリをgithubで見つけてクローンしたのですが、yarn start
のところでエラーが出ました。
サイト↓
https://github.com/sewagodimo/FakeGram
エラー
error
1yarn run v1.22.4 2$ react-scripts start 3Could not find a required file. 4 Name: index.html 5 Searched in: /Users/username/Desktop/FakeGram/frontend/public 6error Command failed with exit code 1. 7info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
と出てしまいます。
そもそもSearched in
の場所にindex.htmlがないのでエラーが出てると思うのですが、このSearched in
の場所を
code
1/Users/username/Desktop/FakeGram/frontend/public 2から 3/Users/username/Desktop/FakeGram/frontend/src
に変更させるにはどうすれば良いですか??よろしくお願いいたします。
あなたの回答
tips
プレビュー