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