-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] 프론트엔드 기본 환경 세팅 #5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com>
…ylelint) Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com>
Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com>
Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com>
Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com>
Largopie
approved these changes
Jul 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐫 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍👏
Yoonkyoungme
approved these changes
Jul 15, 2024
hw0603
referenced
this pull request
in hw0603/momo-cicd-playground
Jul 19, 2024
* chore: src 내 폴더 구조 세팅 Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com> * chore: 프로젝트 초기 환경 설정(React, TypeScript, Webpack, ESLint, Prettier, Stylelint) Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com> * chore: .vscode 설정 및 사용하지 않는 파일 삭제 Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com> * chore: index.html 템플릿 추가 Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com> * chore: emotion을 사용한 글로벌 스타일 적용 Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com> * chore: type 폴더 추가 * chore: import 순서 수정 * feat: 최상위 App 컴포넌트 구현 * refactor: ts-loader에서 babel-loader를 사용하는 것으로 수정, 세미콜론 추가 * config: 컴파일 시 주석을 제거하도록 하는 설정 추가, 타입 체커 용도로만 사용하도록 설정 변경 * config: ts-loader 의존성 제거, babel-loader 의존성 추가 * config: babel을 사용하기 위한 설정 추가 * config: ESLint 설정 변경 --------- Co-authored-by: 낙타/송재석 <Largopie@users.noreply.github.com> Co-authored-by: Yoonkyoung (빙봉) <dev.yoonkyoung@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Co-authored-by: 낙타/송재석 Largopie@users.noreply.github.com
Co-authored-by: Yoonkyoung (빙봉) dev.yoonkyoung@gmail.com
관련 이슈
작업 내용
프론트엔드 기본 환경을 설정했습니다 :)
prod
,dev
환경을 구분할 수 있도록 파일을 분리했습니다.특이 사항
리뷰 요구사항 (선택)
Co-authored-by: 낙타/송재석 Largopie@users.noreply.github.com
Co-authored-by: Yoonkyoung (빙봉) dev.yoonkyoung@gmail.com