Install server and client dependencies
yarn
cd client
yarn
To start the server and client at the same time (from the root of the project)
yarn dev
Node server with built client will be available on http://localhost:5000
create-react-app
realtime dev server will be available on http://localhost:3000