Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heiwa4126/react-svg

React で SVG を扱う練習。 Vite で Bun で TypeScript。
https://github.com/heiwa4126/react-svg

Last synced: 5 days ago
JSON representation

React で SVG を扱う練習。 Vite で Bun で TypeScript。

Awesome Lists containing this project

README

        

# react-svg

React で SVG を扱う練習。デバッグなんかにも使うよ。

Vite で Bun で TypeScript。

```sh
bun i
bun run dev
bun run build & bun preview
```

## ライブデモ

GitHub Pages で以下に出しています。\
\

GitHub Pages QRCode for mobile devices

```sh
npm version patch # bun に version サブコマンドが無い
git push
git push --tags
```