Skip to content

ZephyrCloudIO/zephyr-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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