Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michalzalecki/horizon-tick-tack-toe
- Owner: MichalZalecki
- Created: 2016-10-02T14:56:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T12:27:13.000Z (about 8 years ago)
- Last Synced: 2024-10-25T12:38:18.063Z (3 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)