인프런 커뮤니티 질문&답변
첫 화면이 이상합니다.
작성
·
461
0
./src/_reducers/user_reducer.js
Line 11:13: Unreachable code no-unreachable
Line 14:13: Unreachable code no-unreachable
Line 17:13: Unreachable code no-unreachable
./src/hoc/auth.js
Line 2:8: 'Axios' is defined but never used no-unused-vars
Line 33:12: React Hook useEffect has missing dependencies: 'dispatch' and 'props.history'. Either include them or remove the dependency array react-hooks/exhaustive-deps
./src/components/views/LoginPage/LoginPage.js
Line 2:8: 'Axios' is defined but never used no-unused-vars
./src/components/views/RegisterPage/RegisterPage.js
Line 4:8: 'Axios' is defined but never used no-unused-vars
./src/App.js
Line 6:3: 'Link' is defined but never used no-unused-vars
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
[HPM] Error occurred while trying to proxy request /api/hello from localhost:3001 to http://localhost:5000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
[HPM] Error occurred while trying to proxy request /api/users/auth from localhost:3001 to http://localhost:5000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
터미널에 이렇게 뜨면서 시작을 하고
시작페이지와 버튼만 출력됩니다.
퀴즈
제공된 GitHub 저장소(`boilerplate-mern-stack`)의 주된 목적은 무엇인가요?
완성된 프로젝트 소스 제공
MERN 스택 시작을 위한 기본 코드 제공
프로젝트 버그 제보 및 수정
온라인 협업 및 코드 공유
답변





