Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 による「チュートリアル:三目並べ」の実装例 + α

Awesome Lists containing this project

README

        

## 🚀 Getting Started

```
// パッケージのインストール
npm i

// 開発サーバを起動
npm run dev
```