netlify add deploy command code example
Example 1: deploy on netlify from terminal
netlify deploy --open
Example 2: before deploy in netlify
create, _redirects file in public folder and then in this file write = /* /index.html 200
netlify deploy --open
create, _redirects file in public folder and then in this file write = /* /index.html 200