https://github.com/junkisai/playground-reacrt-flow
https://github.com/junkisai/playground-reacrt-flow
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/junkisai/playground-reacrt-flow
- Owner: junkisai
- Created: 2024-05-21T07:11:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T00:11:23.000Z (3 months ago)
- Last Synced: 2025-03-28T01:23:17.600Z (3 months ago)
- Language: Astro
- Size: 202 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-site-template
## Setup
**1. Bunのインストール**
```sh
curl -fsSL https://bun.sh/install | bash
```**2. 依存関係のインストール**
```sh
bun install
```## Devlopment
```sh
bun run dev
```## 利用技術
**App**
- Astro(Framework)
- React(Library)
- CSS Modules(SCSS)**Tools**
- TypeScript(Language)
- Bun(Package Manager)
- Biome (Linter, Formatter)
- Prettier (Formatter)**Others**
- Cloudflare Pages(Hosting)
- Github Actions(CI)
- VSCode(Editor)