3 Steps to deploy your React frontend app to Netlify!
Netlify is a simple and clean hosting provider , that you can use to host your frontend react app easily.
Steps
Move to the root directory where package.json file is located.
Run command npm run build ->this command will create a build folder which...
jatinrawat.hashnode.dev1 min read