Build and Deploy
cd news-clientnpm run buildThis generates the static dist/ artifact for the admin app.
Public-Safe Deploy Shape
Section titled “Public-Safe Deploy Shape”- Build current code.
- Publish artifact to your static hosting target.
- Reload web server if required by platform.
- Run smoke checks on login and core management routes.