Run rails backend application cd backend rails server -p 3000 Run react frontend application cd frontend npm start -- --port 3001