Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to deploy angular site firebase

In the terminal:
$ ng build --prod
$ npm install -g firebase-tools
$ firebase login
$ firebase init //choose dist/<project-name> as public directory
//index.html should not be overwritten
$ firebase deploy
Source by alligator.io #
 
PREVIOUS NEXT
Tagged: #deploy #angular #site #firebase
ADD COMMENT
Topic
Name
9+6 =