export NODE_ENV=development
yarn install
cd server && yarn start &
cd client && yarn start &
wait