Node.jsをインストールしたら下記のコマンドを実行
npm install
npm install -g serve
その後src直下にfirebaseフォルダを作成してfirebaseConfig.jsファイルを作成
u22/src/firebase/firebaseConfig.js <-こんな感じ
npm run build
npm run fmt
npm run all
serve もしくは firebase serve
firebase deploy コマンドの実行
上記に書いていないnpmパッケージのインストール
src, public配下以外のファイルの編集