# clone してディレクトリ移動
git clone https://github.com/redimpulz/firebase-todo-app.git
# firebase-todo-app に移動
cd firebase-todo-app
# ライブラリのインストール
yarn
# FirebaseコンソールからFirebaseアプリを作成
# ウェブアプリを作成しfirebaseConfigの情報を.envファイルに貼り付ける
以下、firebaseConfig参考画像
yarn dev
- topページ
yarn build
yarn export
firebase deploy --only hosting