I create that Firebase Hosting with HTML, CSS, Prettier, Docker sample code.
https://github.com/otashun/firebase-hosting-html-css-prettier
Getting Started
git clone git@github.com:otashun/firebase-hosting-html-css-prettier.git
cd firebase-hosting-html-css-prettier
Edit .firebaserc. That is to change the Firebase project name to your Firebase project name.
docker-compose up -d && docker-compose exec app bash
npm install
firebase login
firebase emulators:start
Visit http://localhost:5000
Top comments (0)