The Snake Lightweight Client is a client for the Snake-Server. See a working instance here - https://snakeonline.xyz
The source code of the server: https://github.com/ivan1993spb/snake-server
yarn install
yarn run serve
To disable mocks in development mode use environment variables before yarn run serve
export SNAKE_SERVER_ENABLE_MOCK=false
export SNAKE_SERVER_PORT=8080
export SNAKE_SERVER_HOST=localhost
To make it work with a https instance of the server:
export SNAKE_SERVER_ENABLE_MOCK=false
export SNAKE_SERVER_HOST=localhost
export SNAKE_SERVER_WEB_SCHEME=https
export SNAKE_SERVER_SOCKET_SCHEME=wss
export SNAKE_SERVER_PORT=443
yarn run build
yarn run test
yarn run lint
yarn run test:unit
See LICENSE.