Verify that localhost server is being used and client connects to server
Verification For Local prod dev
cd client && yarn start
Verify that localhost server is being used and client connects to server
Verification for the generic image build
Go to the server/config/config.ts and change port to any other value
We are doing it to make sure that we not using default port that is hardcoded in the app.
Execute yarn prepare:client
Restart server and use server side link to
Verify that app is calling the same server port rather than hardcoded one
Motivation #346
Verification
Run server for all of the flavours
Verification For Local dev
Verification For Local prod dev
Verification for the generic image build
yarn prepare:client