Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuvro/mern-tic-tac-toe-server
MERN Tic Tac Toe Server
https://github.com/shuvro/mern-tic-tac-toe-server
Last synced: 6 days ago
JSON representation
MERN Tic Tac Toe Server
- Host: GitHub
- URL: https://github.com/shuvro/mern-tic-tac-toe-server
- Owner: shuvro
- Created: 2020-04-12T10:59:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:03:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T20:16:23.847Z (over 1 year ago)
- Language: TypeScript
- Size: 432 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tic Tac Toe Server by Node.js
Client Server at https://github.com/shuvro/mern-tic-tac-toe-client.git
### Start
````bash
npm install
````````bash
npm run build
````### Development
```bash
npm run dev
```### Running tests
```bash
npm test
```### Docker
Run the Game Backend (Node.js) using docker```bash
docker-compose up --build
```
Checkout the application at
```bash
http://localhost:3000
```