Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
create-react-app
을 없애고 (react-scripts eject
) 안의 내용물을 모두 꺼냈습니다.코드 구조를 살펴보기가 더 쉬워질 것입니다.
또
eslint
를 추가해서 convention을 강제했습니다.eslint
버그로 인해 컴파일 시 위와 같은 문구가 출력되는데, 무시하면 된다고 합니다.나중에 업데이트되면 사라진다고 합니다.