https://github.com/andrewhsugithub/minesweeper
minesweeper game
https://github.com/andrewhsugithub/minesweeper
cli docker express inquirerjs minesweeper react-query trpc typescript
Last synced: 2 months ago
JSON representation
minesweeper game
- Host: GitHub
- URL: https://github.com/andrewhsugithub/minesweeper
- Owner: andrewhsugithub
- Created: 2024-05-15T13:00:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T03:42:17.000Z (over 1 year ago)
- Last Synced: 2026-01-03T19:33:29.488Z (5 months ago)
- Topics: cli, docker, express, inquirerjs, minesweeper, react-query, trpc, typescript
- Language: TypeScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💣 Minesweeper
A React-Express app built with tRPC


## Setup
1. clone and switch branch first
```sh
git clone https://github.com/andrewhsugithub/minesweeper.git
git checkout web
cd minesweeper/
```
- Without Docker
2. npm install packages on client
```sh
minesweeper$ cd client/
minesweeper/client$ npm i
minesweeper/client$ npm run dev
```
3. npm install packages on server
```sh
minesweeper$ cd server/
minesweeper/server$ npm i
minesweeper/server$ npm run start
```
- With Docker
```sh
minesweeper$ docker-compose up
```