front 순서
1. yarn npm install --global yarn yarn --version 2. react create yarn create react-app 3. eslint , prettier 설치 참조 - www.youtube.com/watch?v=Y3kjHM7d3Zo npm install eslint .eslintrc.js 파일 만든후 rule 추가해야함 (eslint.org/docs/rules/ 에서 참조) ------------------------------------------------------------------------------------ 4. webpack 5. 필수 라이브러리 (lodash, moment(deprecated) -> day.js로 ) 6. react 기본 패키지 구성
관리X 과거글
2021. 2. 3. 17:53