This repository contains projects demonstrating how to deploy applications to Zephyr Cloud. A selection of bundlers, frameworks, and patterns are used.
Each example project comes with Zephyr Cloud enabled. Once you've forked this repository, you can clone it and follow the instructions to build and deploy to your Zephyr Cloud account.
create-default-webpack-mf
A React application with Module Federation, using Rspack as the bundler.create-mf-app-rspack
A React application using Rspack as the bundler.create-nx-rspack-workpace-mf
A monorepo using Nx, React, Module Federation, and Rspack as the bundler.create-nx-workspace-mf
A monorepo using Nx, React, Module Federation, and Webpack as the bundler.ng-nx-v15
A monorepo using Nx, Angular v15, and Webpack as the bundler.qwik-1.5
A Qwik v1.5 app using Vite as the bundler.react-tractor-sample
A monorepo using Nx, React, and Webpack as the bundler.react-vite-nx
A monorepo using Nx, React, and Vite as the bundlerreact-vite-ts
A React application built in TypeScript, using Vite as the bundler.
After cloning your fork of this repository locally, follow these steps:
-
Change directory to the example codebase
For example, if you want to run thecreate-default-webpack-mf
example:cd ./examples/create-default-webpack-mf
-
Install project dependencies
npm install
-
Build the project
npm run build
After you build the project, it will be deployed to your Zephyr Cloud account. For more information on using Zephyr Cloud, visit the official documentation.