#19
폴더 정리
Redux를 위한 폴더
_actions
_reducer
Page들을 넣는 폴더
components/views
해당 페이지에 관련된 css파일이나, components들을 넣는 폴더
components/views/Sections
Routing 관련 일을 처리
App.js
환경 변수 같은 것들을 저장
Config.js
Higher Order Component의 약자
hoc
여러 군데에서 쓰일 수 있는 것들을 넣어둬서 어디서든 쓸 수 있게 해줌
utils