🌊

Firebase Hosting を使った HTML, CSS, Prettier, Dockerのサンプルコード

2021/07/09に公開

Firebase Hosting を使った HTML, CSS, Prettier, Docker のサンプルコードをつくりました。
https://github.com/otashun/firebase-hosting-html-css-prettier

使い方

git clone git@github.com:otashun/firebase-hosting-html-css-prettier.git
cd firebase-hosting-html-css-prettier

Firebaseのプロジェクトを作成

.firebaserc のFirebaseのプロジェクト名を上記で作成したプロジェクト名に変更。

docker-compose up -d && docker-compose exec app bash
npm install
firebase login
firebase emulators:start

http://localhost:5000 にアクセス。

Discussion