ZephyrCloudIO / zephyr-examples

Zephyr reference examples
https://docs.zephyr-cloud.io
14 stars 28 forks source link

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. 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
  2. Install project dependencies
    npm install
  3. 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.