Build exceeded maximum allowed runtime

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