無ければアカウントを取得するもの一覧
Git hubアカウントを取得 (仕事用とプライベート用を分けたければ)
https://github.comGoogle Account (会社のメアドで取得)
https://myaccount.google.com/intro
インストールするもの一覧
X Code
App Storeで検索Android Studio
https://developer.android.com/studioFlutter
https://flutter.dev/Slack
App Storeで検索nvm
https://qiita.com/sansaisoba/items/242a8ba95bf70ba179d3
インストール後最新のnpmをインストールFirebase CLI
コマンドラインで下記の2つを実行
npm install -g firebase-tools
firebase login
Homebrew
https://brew.sh/Ruby
https://qiita.com/nishina555/items/63ebd4a508a09c481150ESLint
yarn global add eslint
VS Codeを入れる
https://code.visualstudio.com/VS Codeのsettings.jsonに下記を追加
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}