ReactJS-Spring-Boot-Full-Stack-App
ReactJS-Spring-Boot-Full-Stack-App copied to clipboard
the frontend won't start on windows
> [email protected] start
> PORT=4200 react-scripts start
Der Befehl "PORT" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
that is very strange, in linux I have no problems. could it be because I am defining the port in the wrong place?
@purshink, very nice - you found the issue. But it's missing from npm start
. npm run build
works now. Thanks