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
- Host: GitHub
- URL: https://github.com/junobuild/examples
- Owner: junobuild
- Created: 2023-02-10T08:19:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T07:32:24.000Z (about 1 year ago)
- Last Synced: 2025-05-04T08:27:58.103Z (about 1 year ago)
- Language: TypeScript
- Size: 2.96 MB
- Stars: 21
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.