Skip to content
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

Recoil를 사용한 ToDo 리스트 만들기에 대한 구성 사항 #4

Open
saseungmin opened this issue Feb 1, 2021 · 0 comments
Labels
Note 참고 사항

Comments

@saseungmin
Copy link
Owner

saseungmin commented Feb 1, 2021

✌️ Lint

  • eslint를 사용하고 airbnb를 base로 사용한다.

🚀 테스트

  • jest 및 react-testing-library 를 사용
  • coverage report를 위한 codecov 사용
  • CodeceptJS 적용
  • Recoil은 공식문서 참고 (Link) 또는 issue 참고 예정
  • TDD 사이클에 맞춰서 구현할 예정

🎯 CI/CD를 위한 Github Actions 사용

  • CI : 테스트와 린트 체크
  • CD: Github pages에 배포

🤔 프로젝트 구성

  • recoil 사용시 구조에 대해 고민하게되었다.
  • 하나의 좋은 글? 을 찾게 되었다. 이 글의 구조를 참고하여 구현할 예정 (Link)
  • 그리고 recoil 공식 issue의 구조에 대한 내용 참고 (Link)
@saseungmin saseungmin added the Note 참고 사항 label Feb 1, 2021
@saseungmin saseungmin pinned this issue Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Note 참고 사항
Projects
None yet
Development

No branches or pull requests

1 participant