Skip to content

ZephyrCloudIO/zephyr-examples

Repository files navigation

Zephyr Cloud Examples

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.

Deploying an example project

After cloning your fork of this repository locally, follow these steps:

  1. Install dependencies

    pnpm i
  2. 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
  3. Build the project

    pnpm 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.

Contributors

Alt

TODO:

  • Remove @rspack/plugin-minify in favor of terser-webpack-plugin
  • Move to consistent build command
  • Create testing matrix that can run with every canary of plugins

Status

angular-vite
create-default-webpack-mf
create-mf-app-rspack
create-nx-rspack-workspace-mf
create-nx-workspace-mf
nx-ng
qwik-1.5 - rework plugin support
react-airbnb-clone
react-rollup-ts
react-rspack-tractor-2.0
react-tractor-sample
react-vite-mf
react-vite-nx - @nx/vite plugin dependency issue
react-vite-ts
rspack-project
solid
svelte
turbo-rspack-mf