Deployment react to netlify
There are 2 ways to deploy to netlify
Manual deployment
- Type in terminal -
npm run build
- Drag & Drop
build
folder into netlify
Automate deployment / Continuous deployment
- Login to Netlify
- Connect to github & Choose your repo
CI=false npm run build
as Build command- Deploy site
- Create
_redirects
file inpublic
folder with below content
_1/* /index.html 200
Deployment article
@ragavkumarv
swipe to next โก๏ธ