https://github.com/szymmis/tic-tac-toe
🎲 WebSocket Tic Tac Toe using vite-express
https://github.com/szymmis/tic-tac-toe
vite-express
Last synced: 2 months ago
JSON representation
🎲 WebSocket Tic Tac Toe using vite-express
- Host: GitHub
- URL: https://github.com/szymmis/tic-tac-toe
- Owner: szymmis
- Created: 2023-12-26T21:31:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-13T18:19:36.000Z (about 1 year ago)
- Last Synced: 2024-06-13T21:27:04.822Z (about 1 year ago)
- Topics: vite-express
- Language: TypeScript
- Homepage:
- Size: 819 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎲 Tic Tac Toe
> WebSocket tic tac toe implementation

## 💬 Introduction
This is a websocket implementation of a popular tic tac toe game based on a `React` frontend and `Express` backend glued together by [`vite-express`](https://github.com/szymmis/vite-express). Among the features apart from the obvious one is registration, authorization and match history recording.
## 🔧 Setup
To ensure that everything works great Node 20 should be used.
- Install dependencies
```sh
npm install
```- Run express server in developement mode
```sh
npm run dev
```- Visit
- You can run tests with
```sh
npm run test
```