How to deploy an app on Netlify?

Nishant Kumar
Apr 21, 2021
how to deploy app on netlify

Step 1: Go to folder, and then run npm run build

serve -s build

Step 2: npm install -g serve

Step 3: serve -s build

Step 4: Go to netlify and sign in

Step 5: Drag the build folder in netlify

Step 6: Your Site is Deployed

--

--