telbby / telbby-frontend

[Frontend] 내 프로젝트 피드백 주고 받기 - Telbby ✈️
MIT License
0 stars 0 forks source link

프론트엔드프로젝트 구조 설정 #1

Closed hseoy closed 2 years ago

hseoy commented 3 years ago

기능 설명

프론트엔드 프로젝트 초기 구조를 설정합니다.

진행 사항

hseoy commented 3 years ago

개인 Repository(hseoy/react-typescript-boilerplate)에서 기본적인 boilerplate 생성 후 해당 boilerplate를 사용해서 설정할 예정입니다.

hseoy commented 3 years ago

Webpack 설정 과정에 대해 개인 블로그에 정리하였습니다.

velog - webpack 설정 과정 1 velog - webpack 설정 과정 2

hseoy commented 3 years ago

husky & lint-staged 설정 참고 : LearnDocs. Husky와 Lint Staged

hseoy commented 3 years ago

ESLint 설정은 airbnb의 규칙을 따르도록 설정해두었고 기타 testing library에 대해서도 모범사례를 따르기 위한 lint plugin을 추가했습니다.

hseoy commented 3 years ago

emotion 설정 참고