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: 2 months ago
JSON representation

Lists

README

        

# Rock Paper Scissors

## Technologies
- Golang
- ReScript

## What it looks like

gif with gameplay

## 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
```