Skip to content

Learning TypeScript will take you from knowing nothing about "types" or a "type system" to full mastery of the fundamentals of TypeScript.

Notifications You must be signed in to change notification settings

sonsurim/learning-typescript-study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦜 러닝 타입스크립트 스터디

📚 Introduction

  • 매주 각자 주차 챕터 분량을 읽고 Repo에 정리
  • 읽으면서 궁금한 점은 Issue에 작성
  • 해당 주차에 공유하고 싶은 내용은 해당 주차 폴더 README에 추가
  • 스터디는 세미나 형식으로 돌아가며 발표하며 회고

🗓️ Plan

  • 1주차 : 1-4챕터 (6/21)
  • 2주차 : 5-7챕터 (6/28)
  • 3주차 : 8-9챕터 (7/5)
  • 4주차 : 10-12챕터 (7/12)
  • 5주차 : 13-15챕터 (✨7/19✨)

✅ Git Scenario

  • 먼저, git clone을 이용하여 repo를 클론해주세요.
  • 본인의 feature branch를 생성하여 커밋을 올려주세요.
    • git add .
    • git commit -m "커밋 메시지"
    • git branch -M 브랜치명
    • git push -u origin 브랜치명
  • main branch로 PR(Pull request)를 올려주세요.

🌐 References

Learning TypeScript

🤓 Contributors

About

Learning TypeScript will take you from knowing nothing about "types" or a "type system" to full mastery of the fundamentals of TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published