Skip to content

Repository files navigation

ビッカメ娘

Vite + React + TanStack Router + Cloudflare Workers を使用した TypeScript プロジェクト

技術スタック

セットアップ

bun install

開発

bun run dev

http://localhost:5173 でローカルサーバーが起動します。

ビルド

bun run build

デプロイ

bun run deploy

プロジェクト構成

├── src/
│   ├── index.ts              # Honoエントリーポイント
│   ├── index.css             # グローバルスタイル
│   ├── app/
│   │   ├── main.tsx          # Reactエントリーポイント
│   │   ├── routeTree.gen.ts  # 自動生成ルートツリー
│   │   └── routes/           # ページコンポーネント
│   ├── components/           # UIコンポーネント
│   ├── stores/               # Jotai atoms
│   ├── schemas/              # Zodスキーマ
│   └── utils/                # ユーティリティ
├── public/                   # 静的ファイル
├── package.json
├── tsconfig.json
├── vite.config.ts
├── wrangler.toml
└── biome.json

About

An App Store clone built with Hono, React and Tailwind CSS on Cloudflare Workers

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages