Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 294 Bytes

What you will forget.

Getting Ready for Production

ng build --prod
Moves files over to dist folder

Test Changes

firebase hosting:channel:deploy test
This will create a temporary site so you can see the changes before pushing live

Publish

firebase deploy --only hosting