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
create-mf-app-rspack
create-nx-rspack-workpace-mf
create-nx-workspace-mf
ng-nx-v15
qwik-1.5
react-tractor-sample
react-vite-nx
react-vite-ts
After cloning your fork of this repository locally, follow these steps:
Change directory to the example codebase
For example, if you want to run the create-default-webpack-mf
example:
cd ./examples/create-default-webpack-mf
npm install
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.