coelmay
5
Netlify builds and deploys sites it doesn’t run server instances, so npm start
(or npm run start
) doesn’t work.
As there is a build
script in the package.json
try changing the build command to npm run build
.
Check out CRA common configuration documentation and also