Skip to content

TypeScript と React のチュートリアルのためのリポジトリ

License

Notifications You must be signed in to change notification settings

neo-wakuwaku-club/tic-tac-toe

Repository files navigation

Tic Tac Toe 🎮

Tic Tac Toe (三目並べ) は、TypeScript と React のチュートリアルのために用意された二人対戦のボードゲームです。

Setup with Dev Containers 📦

Tic Tac Toe の開発環境を Dev Containers で簡単に立ち上げることができます。

Attention

1. clone git repository

git clone "https://github.com/neo-wakuwaku-club/tic-tac-toe" && cd "./tic-tac-toe"

2. launch container

VSCodeの拡張機能 Dev Containers を使用してコンテナを起動してください。

3. install dependencies

bun install

4. start development server

bun run dev

Setup locally 🖥️

Tic Tac Toe の開発環境をローカルで立ち上げる場合は以下の手順に従ってください。

Attention

  • 事前に proto をインストールしておく必要があります。
  • [Optional] 事前に .devcontainer/devcontainer.json に記載されている拡張機能をインストールしておくことを推奨します。

1. clone git repository

git clone "https://github.com/neo-wakuwaku-club/tic-tac-toe" && cd "./tic-tac-toe"

2. install package manager

proto use

3. install dependencies

bun install

4. start development server

bun run dev

About

TypeScript と React のチュートリアルのためのリポジトリ

Resources

License

Stars

Watchers

Forks