Deploying a React app with Surge (from Create React App format) 1. Make sure you have surge installed globally npm install -g surge 2. Run the Create React App build cd your-react-project npm run build