Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michalzalecki/horizon-tick-tack-toe

Tick tack toe build with React and Horizon
https://github.com/michalzalecki/horizon-tick-tack-toe

Last synced: 28 days ago
JSON representation

Tick tack toe build with React and Horizon

Awesome Lists containing this project

README

        

# Tick tack toe wirh Horizon

## Installation

```
cp .env-example .env
npm install
```

## Usage

```
rethinkdb --http-port 9090
hz schema appl .hz/schema.toml # only for the first time
node ./server/dev-server.js
```

## Setup SSL

[Using SSL with Express 4 and Node.js](https://aghassi.github.io/ssl-using-express-4/)