Closed HSZemi closed 4 years ago
Currently there are two build commands:
npm run build
npm run build-server
It would be nicer if npm run build created both the react application as well as the server.
Currently there are two build commands:
npm run build
, which builds the react applicationnpm run build-server
, which builds the express/socket.io serverIt would be nicer if
npm run build
created both the react application as well as the server.