강의

멘토링

커뮤니티

Inflearn Community Q&A

zxc886's profile image
zxc886

asked

Node and React series that you can learn by following - Creating a YouTube site

빌드 경로 문제

Written on

·

194

0

client와 server 구현하고 빌드를 해보려고 합니다.

npm run bulid 시 client라는 폴더를 만들어서 index.html 파일의 위치가 바뀌어 오류가 발생하고 있습니다.

npx create-react-app으로 만들었는데 수정가능한가요?

현재 index.html파일위치는   PS C:\Users\zxc88\Desktop\Front_End\react\react-mern-project\client\public>

오류는 아래이미지입니다.

reactnodejsmongodbredux

Answer 1

0

John Ahn님의 프로필 이미지
John Ahn
Instructor

안녕하세요  public 폴더안에있는 index.html 파일을 다른곳으로 옮기신건가요 ?!!! 

zxc886's profile image
zxc886

asked

Ask a question