Difference between revisions of "Mac Programs You Should Install"
From Logic Wiki
(→Mongo DB) |
|||
| Line 8: | Line 8: | ||
brew update | brew update | ||
brew install mongodb | brew install mongodb | ||
| + | Install Compass. it's a GUI for MongoDB and can be downloaded from [https://mongodb.com/download-center/compass https://mongodb.com/download-center/compass] | ||
== Yarn == | == Yarn == | ||
[https://yarnpkg.com/lang/en/ https://yarnpkg.com/lang/en/] | [https://yarnpkg.com/lang/en/ https://yarnpkg.com/lang/en/] | ||
brew install yarn | brew install yarn | ||
Latest revision as of 11:50, 8 November 2018
Homebrew
Mongo DB
brew update brew install mongodb
Install Compass. it's a GUI for MongoDB and can be downloaded from https://mongodb.com/download-center/compass
Yarn
brew install yarn