Answers for "deploy netlify angular"

1

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
Posted by: Guest on October-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language