분류 전체보기 (85) 썸네일형 리스트형 프로젝트: 오픈소스 기반의 웹 파이프라인 구축(8) 웹 기반 문서 편집기 제작 프로젝트강의 목표React와 Express를 이용한 통합 프로젝트 수행지금까지 배운 기술을 활용하여 데이터베이스와 사용자 인터페이스를 포함하는 웹 응용 개발실제 사용을 염두해 둔 서비스를 개발 및 통합 (빌드, 테스트, 배포) 하는 과증을 자동화 파이프라인으로 구축웹 개발 프로세스를 개발자 관점에서 이해소프트웨어 개발자로서 직접 맡아서 해야 할 일들과 그 범위타 팀 (예:DevOps)에서 수행하는 코드 개발 이외 업무에 대한 이해이것을 잘 알고 있는 것은 역할 정의 및 부드러운 협업과 효율 향상에 필요한 일프로덕션 환경을 고려한 응용 소프트웨어의 설계와 구현에서 염두해 두어야 할 점개발자로서 서로 다른 환경 구성에 주의해야 할 부분학습 포인트React 및 Express를 활용한.. 프로젝트: 오픈소스 기반의 웹 파이프라인 구축(7) 오픈소스 배포하기npm에 오픈소스 라이브러리 배포하기https://www.npmjs.com/ npm | HomeBring the best of open source to you, your team, and your company Relied upon by more than 17 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of Javawww.npmjs.comnpm publish버전 업데이트시 배포하는 명령어npm unpublish 패키지이름@버전이렇게 하면 패키지이름의 버전의.. 프로젝트: 오픈소스 기반의 웹 파이프라인 구축(6) 오픈소스 프로젝트 만들어보기오픈소스 프로젝트 주제선정가장 좋은 오픈소스 == 개발 과정에 필요성을 해소하는 주제정한 주제가 없다면복잡한 구동과정 없이 결과를 확인 할 수 있음확장성이 있는 기능오픈소스 프로젝트 저장소 생성 및 설정git push origin main작성시 매번 origin main이 작성하기 싫다면git push를 작성하면 명령어가 하나 뜨는데,git push --set-upstream origin main이 명령어를 사용하면 origin main을 생략하고git push만으로도 깃에 push가 가능하다.오픈소스 문서 템플릿 및 README 작성 프로젝트: 오픈소스 기반의 웹 파이프라인 구축(5) 실전 오픈소스 프로젝트 기여 방법 for challengers추천 오픈소스 프로젝트추천 라이브러리https://github.com/react-icons/react-icons GitHub - react-icons/react-icons: svg react icons of popular icon packssvg react icons of popular icon packs. Contribute to react-icons/react-icons development by creating an account on GitHub.github.com https://github.com/Hacker0x01/react-datepicker GitHub - Hacker0x01/react-datepicker: A simple and.. 프로젝트: 오픈소스 기반의 웹 파이프라인 구축(4) first-contributions 프로젝트 기여해보기https://github.com/firstcontributions/first-contributions GitHub - firstcontributions/first-contributions: 🚀✨ Help beginners to contribute to open source projects🚀✨ Help beginners to contribute to open source projects - firstcontributions/first-contributionsgithub.com한국어 버전https://github.com/firstcontributions/first-contributions/blob/main/translations/README.ko.m.. 프로젝트: 오픈소스 기반의 웹 파이프라인 구축(3)-template, 모던자바스크립트 기여 방법 문서 템플릿 제작해보기GitHub 문서 템플릿이란?GitHub에서 제공해주는 템플릿 기능Issue template, Pull Request template 등이 있다.문서 양식 제작해보기템플릿 만들기.github 폴더 만들기issue_template.mdpull_request_template.mdhttps://github.com/YouD0313/issue_test GitHub - YouD0313/issue_testContribute to YouD0313/issue_test development by creating an account on GitHub.github.comtest.md---name: Testabout: Testtitle: 'Test'labels: ''assignees: ''---## tes.. Q&A_Board 프로젝트 (1) git flowgit flow를 사용하기로 했다.https://danielkummer.github.io/git-flow-cheatsheet/index.ko_KR.html git-flow cheatsheet danielkummer.github.io사용하려면 설치가 필요하다. 이 페이지에 사용 방법이 자세하게 적혀있다.https://medium.com/corca/%EC%8B%A4%EB%AC%B4%EC%97%90%EC%84%9C-%EC%82%AC%EC%9A%A9%EB%90%98%EB%8A%94-git-flow-%EC%82%AC%EC%9A%A9%EB%B2%95-aka-app%EA%B0%9C%EB%B0%9C%EC%97%90-%EC%93%B0%EC%9D%B4%EB%8A%94-git-flow-%EB%B8%8C%EB%.. 프로젝트: 오픈소스 기반의 웹 파이프라인 구축(2) MDN Web Docs 기여 실습원하는 기여를 선택하여 GitHub 페이지로 이동할 수 있다.https://developer.mozilla.org/ko/docs/MDN/Community/Contributing/Our_repositories MDN 웹 문서 저장소 - MDN Web Docs 프로젝트 | MDNMDN 웹 문서는 동적이고 복잡한 프로젝트입니다. 이 프로젝트의 다양한 저장소를 익히는 것이 좋습니다. 이 문서는 MDN 웹 문서 프로젝트의 다양한 부분에 기여할 때 필요한 저장소(repos)를 찾는developer.mozilla.org한국어 번역기여 페이지https://github.com/mdn/translated-content/tree/main/docs/ko translated-content/doc.. 이전 1 2 3 4 ··· 11 다음