Skip to content

A collection of sample code, applications, and microservices build with Juno

Notifications You must be signed in to change notification settings

junobuild/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee30972 Β· May 4, 2025
Apr 12, 2024
May 4, 2025
Apr 12, 2024
May 4, 2025
Apr 12, 2024
Mar 31, 2025
Apr 13, 2024
Apr 24, 2025
Apr 12, 2024
May 18, 2024
Apr 13, 2024

Repository files navigation

Juno Examples 🌟

This repository offers a variety of sample code, applications, and serverless functions built with Juno. For a streamlined project setup, we recommend using the create-juno CLI, which provides templates for several frameworks.

πŸ›  Using the CLI

create-juno is a CLI tool designed to simplify the creation of new Juno projects. To get started, run one of the following commands and follow the prompts:

With NPM:

npm create juno@latest

With Yarn:

yarn create juno

With PNPM:

pnpm create juno

Templates for popular frameworks are available in the create-juno repository:

πŸ“‚ Examples in This Repository

Explore more specific examples directly in this repository:

  • vanilla: a collection of examples developed without frameworks
  • node: a collection of NodeJS scripts
  • rust: blockchainless functions/hooks examples

These examples are maintained for specific or deep dive implementations.