Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 317 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 317 Bytes

Firebase Hosting

Project setup

npm install

Build the project

npm run build

Install & configure Firebase tools

npm install -g firebase-tools
firebase login

Add a Firebase project

firebase use --add

Deploy the project

firebase deploy -P <project-alias>