| name | Angular + Vite |
|---|---|
| slug | frameworks/angular-vite |
| description | Angular application with Vite bundler, deployed with Zephyr Cloud |
| framework | angular |
| bundler | vite |
| features | |
| complexity | beginner |
An Angular application built with Vite bundler, showcasing fast development experience with modern tooling and Zephyr Cloud integration.
- Framework: Angular 19
- Bundler: Vite 5
- Language: TypeScript
- Development: Hot Module Replacement (HMR)
- Build Plugin: @analogjs/vite-plugin-angular
- Deployment: Zephyr Cloud (via vite-plugin-zephyr)
- Node.js (version 16 or higher)
- pnpm (recommended) or npm
-
Install dependencies
pnpm install
-
Start development server
pnpm dev
Navigate to
http://localhost:5173to see the running application -
Build for production
pnpm build
-
Preview production build
pnpm preview
This example is configured to deploy to Zephyr Cloud automatically when built. The vite-plugin-zephyr handles the deployment process seamlessly.
Zephyr Cloud is a micro-frontend deployment platform that provides:
- Auto-deployment: Seamless deployment from your build process
- Live preview links: Instant preview URLs for your applications
- SemVer versioning: Semantic versioning for your frontend modules
- Rollback capabilities: Easy rollback to previous versions
- Enterprise-scale orchestration: Built for composable frontend systems