An open API service indexing awesome lists of open source software.

https://github.com/junobuild/examples

A collection of sample code, applications, and microservices build with Juno
https://github.com/junobuild/examples

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Juno Examples 🌟

This repository offers a variety of sample code, applications, and serverless functions built with [Juno](https://juno.build). 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:

```bash
npm create juno@latest
```

### With Yarn:

```bash
yarn create juno
```

### With PNPM:

```bash
pnpm create juno
```

Templates for popular frameworks are available in the [create-juno repository](https://github.com/junobuild/create-juno):

- [astro-starter](https://github.com/junobuild/create-juno/tree/main/templates/astro-starter)
- [next-starter](https://github.com/junobuild/create-juno/tree/main/templates/nextjs-starter)
- [next-example](https://github.com/junobuild/create-juno/tree/main/templates/nextjs-example)
- [react-starter](https://github.com/junobuild/create-juno/tree/main/templates/react-starter)
- [react-example](https://github.com/junobuild/create-juno/tree/main/templates/react-example)
- [sveltekit-starter](https://github.com/junobuild/create-juno/tree/main/templates/sveltekit-starter)
- [sveltekit-example](https://github.com/junobuild/create-juno/tree/main/templates/sveltekit-example)
- [vue-starter](https://github.com/junobuild/create-juno/tree/main/templates/vue-starter)
- [vue-example](https://github.com/junobuild/create-juno/tree/main/templates/vue-example)
- [angular-starter](https://github.com/junobuild/create-juno/tree/main/templates/angular-starter)
- [angular-example](https://github.com/junobuild/create-juno/tree/main/templates/angular-example)

## 📂 Examples in This Repository

Explore more specific examples directly in this repository:

- [vanilla](./vanilla/README.md): a collection of examples developed without frameworks
- [node](./node): a collection of NodeJS scripts
- [rust](./rust): blockchainless functions/hooks examples

These examples are maintained for specific or deep dive implementations.