1.0.1 • Published 8 years ago

game-cafe v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

GameCafe Client Framework

Framework to build multi-player web games using firebase

Development

Setup steps:
  • Install nodejs, npm and yarn
  • Once the above tools are installed, cd to root directory and run yarn install to install dependencies.
  • Copy .env.dist to .env and fill in the credentials.
  • Run yarn start to run development server.
  • Access the example tic tac toe game at http://localhost:8888

Production

  • Generate production build using yarn build:prod
  • Test production build locally by changing the port in prodServer.js from 443 to local port
  • Run yarn start:prod to run prod server
  • Access at http://localhost:<specified_port>
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago