Skip to content

Admin Dashboard Deployment

Terminal window
cd news-client
npm install
npm run build

Deploy the generated dist/ artifact to the admin frontend hosting target.

  • Login route resolves.
  • Protected routes load after authentication.
  • Publisher pages and report pages load without runtime errors.

Use the private infrastructure runbook for production host commands and credentials.