mac boot for react-native developer

mac boot for react-native developer

https://developer.android.google.cn/studio

https://brew.sh

https://www.yarnpkg.com/en/docs/install#mac-stable
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
https://www.java.com/en/download/mac_download.jsp
https://facebook.github.io/react-native/docs/getting-started

https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

 ssh-keygen -t rsa -b 4096 -C "[email protected]"
 ssh-add -K .xxxxxxx
发布了100 篇原创文章 · 获赞 2 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/panda_8/article/details/102548810