🌊
Firebase Hosting を使った HTML, CSS, Prettier, Dockerのサンプルコード
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
.firebaserc のFirebaseのプロジェクト名を上記で作成したプロジェクト名に変更。
docker-compose up -d && docker-compose exec app bash
npm install
firebase login
firebase emulators:start
http://localhost:5000 にアクセス。
Discussion