Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.netlify.com #
 
PREVIOUS NEXT
Tagged: #deploy #netlify #angular
ADD COMMENT
Topic
Name
7+5 =