Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nicolas1st/net-cli-rock-paper-scissors
https://github.com/Nicolas1st/net-cli-rock-paper-scissors
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Nicolas1st/net-cli-rock-paper-scissors
- Owner: Nicolas1st
- Created: 2022-06-11T11:20:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T10:44:16.000Z (6 months ago)
- Last Synced: 2024-08-03T16:08:47.059Z (4 months ago)
- Language: JavaScript
- Size: 3.09 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rescript - Rock, Paper, Scissors - A "Rock, Paper, Scissors" CLI game consisting of a server (written in Golang) and a client (ReScript). (ReScript / Example Apps)
README
# Rock Paper Scissors
## Technologies
- Golang
- ReScript## What it looks like
## Structure
- [client](./apps/client)
Client side of the application
- [server](./apps/api)
Server side of the application
## Installation And Running
1) Clone the repository
2) Go to the server directory and start the serer
```sh
go run main.go
```3) Go to the client directory and build the application
```sh
npm run build
```4) And here you go
```sh
npm run start
```