/multiplayer-truco

🔥 Multiplayer argentinian truco game made with react, redux and firebase. [Work in progress]

Primary LanguageJavaScript

Truco

Multiplayer argentinian Truco game made with react, redux and firebase 🔥🃏.

You can check more about the game in the Wikipedia page or read the instructions to understand how to play.

Screenshots

Login screen

Technologies

  • react
  • redux
  • redux-form
  • react-router v4
  • firebase
  • webpack
  • eslint
  • sass
  • css-modules

Setting up

Node version: 6.9.1 / NPM version: 3.10.8

Clone the repo and install the dependencies:

git clone https://github.com/arielger/multiplayer-truco.git
cd multiplayer-truco
npm install

Set up your Firebase account configuration in the firebase.json file:

{
  "apiKey": "yourApiKey",
  "authDomain": "yourAuthDomain",
  "databaseURL": "yourDatabaseURL",
  "storageBucket": "yourStorageBucket",
  "messagingSenderId": "yourMessagingSenderId"
}

Run the project:

npm start