Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

how to deploy firebase angular 10

$ ng add @angular/fire
Comment

PREVIOUS NEXT
Code Example
Javascript :: how to change version of npm 
Javascript :: axios interceptors 
Javascript :: how to append in javascript 
Javascript :: what is a for loop in javascript 
Javascript :: Add remove link dropzone 
Javascript :: JavaScript array to URL params 
Javascript :: js string to arraybuffer 
Javascript :: jquery get native element 
Javascript :: map method js 
Javascript :: angular object sort by key 
Javascript :: how-to-show-base64-image-in-react 
Javascript :: encrypt js 
Javascript :: ajax timer 
Javascript :: js error handling 
Javascript :: const name value = event.target 
Javascript :: mongoose create text index 
Javascript :: match regex 
Javascript :: .select js 
Javascript :: move last element of array to beginning javascript 
Javascript :: update object in array state react 
Javascript :: vanilla js append new element 
Javascript :: how to append item to an array in foreach javascript 
Javascript :: js get path from url 
Javascript :: alternative to setinterval 
Javascript :: angular on back skip routes 
Javascript :: jquery select element with class 
Javascript :: format phone number javascript 
Javascript :: useroutes how to use 
Javascript :: chrome extension catch shortcut 
Javascript :: create multiple array buttons in javascript 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =