npm run build // Build The Project npm install -g serve // Install Serve Server serve -s build -l 4000 // deploy the Build Using Serve