# Install dependencies
npm install
# Start development client (http://localhost:3000)
npm run client
# Start development server (http://localhost:8080)
npm run server
# Build for production"yarn build" or "npm run build"# Start production server"yarn start" or "npm start"