This command will build app in development mode and open it in default browser.
npm run start
Build command build app for production use (minified code bundle). Firebase deploy command will deploy current build to Firebase.
npm run build
firebase deploy --only hosting