how to deploy on netlify code example
Example 1: before deploy in netlify
create, _redirects file in public folder and then in this file write = /* /index.html 200
Example 2: how to deploy server and client in netlify
git clone https://github.com/netlify/create-react-app-lambda.git
cd create-react-app-lambda
npm install