shuttle-hq / shuttle-examples-1

Examples for using shuttle with different frameworks and resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples

Some example apps to show what you can do with shuttle.

How to deploy the examples

To deploy the examples, check out the repository locally

git clone https://github.com/shuttle-hq/shuttle-examples.git

navigate to an example root folder

cd axum/hello-world

Pick a project name that is something unique - in shuttle, projects are globally unique. Then run

cargo shuttle project start --name=$PROJECT_NAME
cargo shuttle deploy --name=$PROJECT_NAME

About

Examples for using shuttle with different frameworks and resources


Languages

Language:Rust 40.4%Language:TypeScript 31.4%Language:Vue 24.1%Language:HTML 2.9%Language:JavaScript 0.6%Language:Handlebars 0.3%Language:CSS 0.2%Language:Shell 0.1%