Skip to content

giulioz/connect-europe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

45 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

connect-europe

DeepScan grade

An online multiplayer board game, connect your cities before your friends does.

screenshoot

This project uses Lerna. There are two packages:

  • common: common code for frontend and backend, contains shared types and game logic,
  • frontend: the web interface for the game, written with React and TypeScript,
  • backend: the game server, written with Node.JS, Express and TypeScript.

Scripts

Please use yarn to manage packages and dependencies.

  • yarn dev: runs the backend and the frontend concurrently, in development live-reload mode,
  • yarn build: builds everything,
  • yarn start: runs the backend in production mode.

You can find package specific scripts in the packages readme.

Acknowledgements

Many thanks to:

  • Sandro Baccega, for his CSS Grid mastery
  • Giacomo Centazzo, for the design of the board