ハッカソンでそのまま使えるアプリのテンプレート集です。
| テンプレート | Frontend | Backend | DB / ORM | Storage |
|---|---|---|---|---|
react_hono_postgres |
React 19, TanStack Router/Query, tRPC, Vite | Hono, Bun | PostgreSQL / Drizzle | MinIO |
vue_hono_postgres |
Vue 3, Vue Router, Pinia, VeeValidate, Vite | Hono, Node.js | PostgreSQL / Kysely | MinIO |
vue_rails_postgres |
Vue 3, Vue Router, Pinia, VeeValidate, Vite | Rails 8, Puma | PostgreSQL / ActiveRecord | MinIO |
# 以下から scopes: repo の権限を付けた GitHub Classic Token を作成する
# https://github.com/settings/tokens/new
export GIGET_AUTH=ghp_xxxxxclassicxxxx
# インポート先のディレクトリ
export MY_DIR=xxxx
# 使用したいテンプレート名(vue_hono_postgres, react_hono_postgres, vue_rails_postgres から選択)
export TARGET_TEMPLATE=xxxx
npx giget gh:UniqueVision/dg.app_starter/templates/$TARGET_TEMPLATE $MY_DIR