| name | Parcel + React |
|---|---|
| slug | bundlers/parcel-react |
| description | React application with Parcel bundler, deployed with Zephyr Cloud |
| framework | react |
| bundler | parcel |
| features | |
| complexity | beginner |
A React application built with Parcel bundler, showcasing modern frontend development with fast build times and zero configuration.
- Framework: React 19
- Bundler: Parcel 2.13
- Language: TypeScript
- Deployment: Zephyr Cloud (via parcel-reporter-zephyr)
- Node.js (version 16 or higher)
- pnpm (recommended) or npm
-
Install dependencies
pnpm install
-
Start development server
pnpm dev
The application will be available at
http://localhost:1234 -
Build for production
pnpm build
This example is configured to deploy to Zephyr Cloud automatically when built. The parcel-reporter-zephyr plugin handles the deployment process.
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