Skip to content

Instantly share code, notes, and snippets.

@saviour123
Created September 14, 2025 10:37
Show Gist options
  • Save saviour123/00e0c653d8d1c893204349a10b252bd6 to your computer and use it in GitHub Desktop.
Save saviour123/00e0c653d8d1c893204349a10b252bd6 to your computer and use it in GitHub Desktop.
Host static page on firebase
npm create vite@latest mybeautifulapp

cd mybeautifulapp
npm install && npm install -g firebase-tools

firebase init hosting


npm run build
firebase deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment