Answers for "netlify not deploying react site"

14

deploy react app netlify

npm install netlify-cli -g


npm run build

netlify deploy
./build
netlify deploy --prod
Posted by: Guest on August-19-2020
1

netlify not deploying react site

don't drag through vs code or any editor instead drag the build file through file exploree
Posted by: Guest on September-14-2021

Browse Popular Code Answers by Language