Horje
deploy netlify  angular Code Example
deploy netlify angular
//install netlify 
npm install netlify-cli -g && netlify login

ng build 

netlify init
//ng build --prod
npm run build    //build command
dist/[project-name]     //directory to deploy

netlify deploy
netlify deploy --prod




Shell

Related
git update using git bash Code Example git update using git bash Code Example
bash check if file is empty Code Example bash check if file is empty Code Example
unable to access : Could not resolve host: github.com Code Example unable to access : Could not resolve host: github.com Code Example
git delete pushed commit Code Example git delete pushed commit Code Example
npm install custom registry Code Example npm install custom registry Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9