Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrysdev/tutorial-tic-tac-toe
🚀 React + TypeScript + Vite による「チュートリアル:三目並べ」の実装例 + α
https://github.com/hrysdev/tutorial-tic-tac-toe
Last synced: about 1 month ago
JSON representation
🚀 React + TypeScript + Vite による「チュートリアル:三目並べ」の実装例 + α
- Host: GitHub
- URL: https://github.com/hrysdev/tutorial-tic-tac-toe
- Owner: hrysdev
- License: mit
- Created: 2024-06-14T12:05:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T09:18:55.000Z (6 months ago)
- Last Synced: 2024-10-24T22:07:19.280Z (3 months ago)
- Language: TypeScript
- Homepage: https://ja.react.dev/learn/tutorial-tic-tac-toe
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🚀 Getting Started
```
// パッケージのインストール
npm i// 開発サーバを起動
npm run dev
```