Mac에 웹 개발환경 세팅하기
2023. 9. 6. 23:02ㆍ기타
1. IntelliJ IDEA 설치
- Spring boot 개발을 위한 에디터
Download IntelliJ IDEA – The Leading Java and Kotlin IDE
Download the latest version of IntelliJ IDEA for Windows, macOS or Linux.
www.jetbrains.com
2. Source tree 설치
- Git 사용을 위한 Git GUI 툴
Sourcetree | Free Git GUI for Mac and Windows
A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac.
www.sourcetreeapp.com
3. Sequel Pro 설치
- GUI DB 관리 도구
Downloads
sequelpro.com
4. Homebrew 설치
- macOS와 Linux 운영 체제에서 사용되는 오픈 소스 패키지 관리자
Homebrew
The Missing Package Manager for macOS (or Linux).
brew.sh
'기타' 카테고리의 다른 글
코딩컨벤션 작성하기 (1) | 2023.12.22 |
---|---|
DDD 설계 VS SQL 중심 설계 (1) | 2023.11.11 |
HTTP 그리고 HTTP Methods (1) | 2023.11.07 |
REST API는 무엇인가 (1) | 2023.10.28 |
Homebrew (0) | 2023.09.06 |